Html Css Color HEX #6097CC Picton Blue

📋 copy color: '#6097CC'

red 96 ◦ green 151 ◦ blue 204

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

Shades of Picton Blue #6097CC

Tints of Picton Blue #6097CC

RGB

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

 GREEN value IS 151 (59.38% from 255) = 33.48%

 BLUE value IS 204 (80.08% from 255) = 45.23%

R = 21.29%
G = 33.48%
B = 45.23%

CMYK

 C value IS 0.53

 M value IS 0.26

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#6097CC (or 0x6097CC) is known color: Picton Blue. HEX triplet: 60, 97 and CC. RGB value is (96,151,204). Sum of RGB (Red+Green+Blue) = 96+151+204=451 (59% of max value = 765). Red value is 96 (37.89% from 255 or 21.29% from 451); Green value is 151 (59.38% from 255 or 33.48% from 451); Blue value is 204 (80.08% from 255 or 45.23% from 451); Max value from RGB is 204 - color contains mainly: blue. Hex color #6097CC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6097CC is #9F6833. Grayscale: #8C8C8C. Windows color (decimal): -10446900 or 13408096. OLE color: 13408096.

HSL color Cylindrical-coordinate representation of color #6097CC: hue angle of 209.44º 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 #6097CC is Cyan = 0.53, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 96 151 204 -
CMYK 0.53 0.26 0 0.2
HSL 209.44º 0.51% 0.59% -
HSV(B) 209.44º 0.53% 0.8% -
XYZ 26.79 28.98 61.31 -
YUV 140.6 163.78 96.19 -
System Red Green Blue C M Y K H S L
Decimal 96 151 204 0.53 0.26 0 0.2 209.44 0.51 0.59
Hex 60 97 CC 35 1A 0 14 D1 33 3B
Octal 140 227 314 65 32 0 24 321 63 73
Binary 1100000 10010111 11001100 110101 11010 0 10100 11010001 110011 111011

Color Harmonies of #6097CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6097CC

Black with #6097CC

Text Example


Text Example

White with #6097CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6097CC; }

 p { color: rgb(96,151,204); }

 H1.HeaderClassName
 {
   color: #6097CC;
 }
 .AnyTagClassName
 {
   color: #6097CC;
 }
</style>

background-color css

<style>
 a { background-color: #6097CC; }

 a { background-color: rgb(96,151,204); }

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

border-color css

<style>
 span { border-color: #6097CC; }

 span { border-color: rgb(96,151,204); }

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