Html Css Color HEX #6096CF Picton Blue

📋 copy color: '#6096CF'

red 96 ◦ green 150 ◦ blue 207

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

Shades of Picton Blue #6096CF

Tints of Picton Blue #6096CF

RGB

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

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

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

R = 21.19%
G = 33.11%
B = 45.7%

CMYK

 C value IS 0.54

 M value IS 0.28

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#6096CF (or 0x6096CF) is known color: Picton Blue. HEX triplet: 60, 96 and CF. RGB value is (96,150,207). Sum of RGB (Red+Green+Blue) = 96+150+207=453 (60% of max value = 765). Red value is 96 (37.89% from 255 or 21.19% from 453); Green value is 150 (58.98% from 255 or 33.11% from 453); Blue value is 207 (81.25% from 255 or 45.70% from 453); Max value from RGB is 207 - color contains mainly: blue. Hex color #6096CF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6096CF is #9F6930. Grayscale: #8C8C8C. Windows color (decimal): -10447153 or 13604448. OLE color: 13604448.

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

Color convert

RGB 96 150 207 -
CMYK 0.54 0.28 0 0.19
HSL 210.81º 0.54% 0.59% -
HSV(B) 210.81º 0.54% 0.81% -
XYZ 26.99 28.8 63.17 -
YUV 140.35 165.61 96.37 -
System Red Green Blue C M Y K H S L
Decimal 96 150 207 0.54 0.28 0 0.19 210.81 0.54 0.59
Hex 60 96 CF 36 1C 0 13 D3 36 3B
Octal 140 226 317 66 34 0 23 323 66 73
Binary 1100000 10010110 11001111 110110 11100 0 10011 11010011 110110 111011

Color Harmonies of #6096CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6096CF

Black with #6096CF

Text Example


Text Example

White with #6096CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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