Html Css Color HEX #6096CB Picton Blue

📋 copy color: '#6096CB'

red 96 ◦ green 150 ◦ blue 203

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

Shades of Picton Blue #6096CB

Tints of Picton Blue #6096CB

RGB

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

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

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

R = 21.38%
G = 33.41%
B = 45.21%

CMYK

 C value IS 0.53

 M value IS 0.26

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#6096CB (or 0x6096CB) is known color: Picton Blue. HEX triplet: 60, 96 and CB. RGB value is (96,150,203). Sum of RGB (Red+Green+Blue) = 96+150+203=449 (59% of max value = 765). Red value is 96 (37.89% from 255 or 21.38% from 449); Green value is 150 (58.98% from 255 or 33.41% from 449); Blue value is 203 (79.69% from 255 or 45.21% from 449); Max value from RGB is 203 - color contains mainly: blue. Hex color #6096CB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6096CB is #9F6934. Grayscale: #8B8B8B. Windows color (decimal): -10447157 or 13342304. OLE color: 13342304.

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

Color convert

RGB 96 150 203 -
CMYK 0.53 0.26 0 0.20
HSL 209.72º 0.51% 0.59% -
HSV(B) 209.72º 0.53% 0.8% -
XYZ 26.51 28.61 60.63 -
YUV 139.9 163.61 96.69 -
System Red Green Blue C M Y K H S L
Decimal 96 150 203 0.53 0.26 0 0.20 209.72 0.51 0.59
Hex 60 96 CB 35 1A 0 14 D2 33 3B
Octal 140 226 313 65 32 0 24 322 63 73
Binary 1100000 10010110 11001011 110101 11010 0 10100 11010010 110011 111011

Color Harmonies of #6096CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6096CB

Black with #6096CB

Text Example


Text Example

White with #6096CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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