Html Css Color HEX #6199CB Picton Blue

📋 copy color: '#6199CB'

red 97 ◦ green 153 ◦ blue 203

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

Shades of Picton Blue #6199CB

Tints of Picton Blue #6199CB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 44.81%

R = 21.41%
G = 33.77%
B = 44.81%

CMYK

 C value IS 0.52

 M value IS 0.25

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#6199CB (or 0x6199CB) is known color: Picton Blue. HEX triplet: 61, 99 and CB. RGB value is (97,153,203). Sum of RGB (Red+Green+Blue) = 97+153+203=453 (60% of max value = 765). Red value is 97 (38.28% from 255 or 21.41% from 453); Green value is 153 (60.16% from 255 or 33.77% from 453); Blue value is 203 (79.69% from 255 or 44.81% from 453); Max value from RGB is 203 - color contains mainly: blue. Hex color #6199CB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6199CB is #9E6634. Grayscale: #8D8D8D. Windows color (decimal): -10380853 or 13343073. OLE color: 13343073.

HSL color Cylindrical-coordinate representation of color #6199CB: hue angle of 208.3º degrees, saturation: 0.5, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #6199CB is Cyan = 0.52, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 97 153 203 -
CMYK 0.52 0.25 0 0.20
HSL 208.3º 0.5% 0.59% -
HSV(B) 208.3º 0.52% 0.8% -
XYZ 27.1 29.64 60.79 -
YUV 141.96 162.45 95.93 -
System Red Green Blue C M Y K H S L
Decimal 97 153 203 0.52 0.25 0 0.20 208.3 0.5 0.59
Hex 61 99 CB 34 19 0 14 D0 32 3B
Octal 141 231 313 64 31 0 24 320 62 73
Binary 1100001 10011001 11001011 110100 11001 0 10100 11010000 110010 111011

Color Harmonies of #6199CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6199CB

Black with #6199CB

Text Example


Text Example

White with #6199CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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