Html Css Color HEX #6096CE Picton Blue

📋 copy color: '#6096CE'

red 96 ◦ green 150 ◦ blue 206

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

Shades of Picton Blue #6096CE

Tints of Picton Blue #6096CE

RGB

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

 GREEN value IS 150 (58.98% from 255) = 33.19%

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

R = 21.24%
G = 33.19%
B = 45.58%

CMYK

 C value IS 0.53

 M value IS 0.27

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#6096CE (or 0x6096CE) is known color: Picton Blue. HEX triplet: 60, 96 and CE. RGB value is (96,150,206). Sum of RGB (Red+Green+Blue) = 96+150+206=452 (59% of max value = 765). Red value is 96 (37.89% from 255 or 21.24% from 452); Green value is 150 (58.98% from 255 or 33.19% from 452); Blue value is 206 (80.86% from 255 or 45.58% from 452); Max value from RGB is 206 - color contains mainly: blue. Hex color #6096CE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6096CE is #9F6931. Grayscale: #8B8B8B. Windows color (decimal): -10447154 or 13538912. OLE color: 13538912.

HSL color Cylindrical-coordinate representation of color #6096CE: hue angle of 210.55º 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 #6096CE is Cyan = 0.53, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 96 150 206 -
CMYK 0.53 0.27 0 0.19
HSL 210.55º 0.53% 0.59% -
HSV(B) 210.55º 0.53% 0.81% -
XYZ 26.87 28.76 62.53 -
YUV 140.24 165.11 96.45 -
System Red Green Blue C M Y K H S L
Decimal 96 150 206 0.53 0.27 0 0.19 210.55 0.53 0.59
Hex 60 96 CE 35 1B 0 13 D3 35 3B
Octal 140 226 316 65 33 0 23 323 65 73
Binary 1100000 10010110 11001110 110101 11011 0 10011 11010011 110101 111011

Color Harmonies of #6096CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6096CE

Black with #6096CE

Text Example


Text Example

White with #6096CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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