Html Css Color HEX #6099CE Picton Blue

📋 copy color: '#6099CE'

red 96 ◦ green 153 ◦ blue 206

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

Shades of Picton Blue #6099CE

Tints of Picton Blue #6099CE

RGB

 RED value IS 96 (37.89% from 255) = 21.1%

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

 BLUE value IS 206 (80.86% from 255) = 45.27%

R = 21.1%
G = 33.63%
B = 45.27%

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

#6099CE (or 0x6099CE) is known color: Picton Blue. HEX triplet: 60, 99 and CE. RGB value is (96,153,206). Sum of RGB (Red+Green+Blue) = 96+153+206=455 (60% of max value = 765). Red value is 96 (37.89% from 255 or 21.10% from 455); Green value is 153 (60.16% from 255 or 33.63% from 455); Blue value is 206 (80.86% from 255 or 45.27% from 455); Max value from RGB is 206 - color contains mainly: blue. Hex color #6099CE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6099CE is #9F6631. Grayscale: #8D8D8D. Windows color (decimal): -10446386 or 13539680. OLE color: 13539680.

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

Color convert

RGB 96 153 206 -
CMYK 0.53 0.26 0 0.19
HSL 208.91º 0.53% 0.59% -
HSV(B) 208.91º 0.53% 0.81% -
XYZ 27.36 29.73 62.69 -
YUV 142 164.12 95.19 -
System Red Green Blue C M Y K H S L
Decimal 96 153 206 0.53 0.26 0 0.19 208.91 0.53 0.59
Hex 60 99 CE 35 1A 0 13 D1 35 3B
Octal 140 231 316 65 32 0 23 321 65 73
Binary 1100000 10011001 11001110 110101 11010 0 10011 11010001 110101 111011

Color Harmonies of #6099CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6099CE

Black with #6099CE

Text Example


Text Example

White with #6099CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6099CE; }

 p { color: rgb(96,153,206); }

 H1.HeaderClassName
 {
   color: #6099CE;
 }
 .AnyTagClassName
 {
   color: #6099CE;
 }
</style>

background-color css

<style>
 a { background-color: #6099CE; }

 a { background-color: rgb(96,153,206); }

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

border-color css

<style>
 span { border-color: #6099CE; }

 span { border-color: rgb(96,153,206); }

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