Html Css Color HEX #6199CF Picton Blue

📋 copy color: '#6199CF'

red 97 ◦ green 153 ◦ blue 207

#6199CF
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Picton Blue #6199CF

Tints of Picton Blue #6199CF

RGB

 RED value IS 97 (38.28% from 255) = 21.23%

 GREEN value IS 153 (60.16% from 255) = 33.48%

 BLUE value IS 207 (81.25% from 255) = 45.3%

R = 21.23%
G = 33.48%
B = 45.3%

CMYK

 C value IS 0.53

 M value IS 0.26

 Y value IS 0

 K value IS 0.19

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#6199CF (or 0x6199CF) is known color: Picton Blue. HEX triplet: 61, 99 and CF. RGB value is (97,153,207). Sum of RGB (Red+Green+Blue) = 97+153+207=457 (60% of max value = 765). Red value is 97 (38.28% from 255 or 21.23% from 457); Green value is 153 (60.16% from 255 or 33.48% from 457); Blue value is 207 (81.25% from 255 or 45.30% from 457); Max value from RGB is 207 - color contains mainly: blue. Hex color #6199CF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6199CF is #9E6630. Grayscale: #8E8E8E. Windows color (decimal): -10380849 or 13605217. OLE color: 13605217.

HSL color Cylindrical-coordinate representation of color #6199CF: hue angle of 209.45º degrees, saturation: 0.53, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #6199CF is Cyan = 0.53, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 97 153 207 -
CMYK 0.53 0.26 0 0.19
HSL 209.45º 0.53% 0.6% -
HSV(B) 209.45º 0.53% 0.81% -
XYZ 27.58 29.83 63.34 -
YUV 142.41 164.45 95.61 -
System Red Green Blue C M Y K H S L
Decimal 97 153 207 0.53 0.26 0 0.19 209.45 0.53 0.6
Hex 61 99 CF 35 1A 0 13 D1 35 3C
Octal 141 231 317 65 32 0 23 321 65 74
Binary 1100001 10011001 11001111 110101 11010 0 10011 11010001 110101 111100

Color Harmonies of #6199CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6199CF

Black with #6199CF

Text Example


Text Example

White with #6199CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6199CF; }

 p { color: rgb(97,153,207); }

 H1.HeaderClassName
 {
   color: #6199CF;
 }
 .AnyTagClassName
 {
   color: #6199CF;
 }
</style>

background-color css

<style>
 a { background-color: #6199CF; }

 a { background-color: rgb(97,153,207); }

 div.DivClassName
 {
   background-color: #6199CF;
 }
 .BgClassName
 {
   background-color: #6199CF;
 }
</style>

border-color css

<style>
 span { border-color: #6199CF; }

 span { border-color: rgb(97,153,207); }

 td.TdClassName
 {
   border-color: #6199CF;
 }
 .TagClassName
 {
   border-color: #6199CF;
 }
</style>