Html Css Color HEX #609BCC Picton Blue

📋 copy color: '#609BCC'

red 96 ◦ green 155 ◦ blue 204

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

Shades of Picton Blue #609BCC

Tints of Picton Blue #609BCC

RGB

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

 GREEN value IS 155 (60.94% from 255) = 34.07%

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

R = 21.1%
G = 34.07%
B = 44.84%

CMYK

 C value IS 0.53

 M value IS 0.24

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#609BCC (or 0x609BCC) is known color: Picton Blue. HEX triplet: 60, 9B and CC. RGB value is (96,155,204). Sum of RGB (Red+Green+Blue) = 96+155+204=455 (60% of max value = 765). Red value is 96 (37.89% from 255 or 21.10% from 455); Green value is 155 (60.94% from 255 or 34.07% from 455); Blue value is 204 (80.08% from 255 or 44.84% from 455); Max value from RGB is 204 - color contains mainly: blue. Hex color #609BCC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #609BCC is #9F6433. Grayscale: #8E8E8E. Windows color (decimal): -10445876 or 13409120. OLE color: 13409120.

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

Color convert

RGB 96 155 204 -
CMYK 0.53 0.24 0 0.2
HSL 207.22º 0.51% 0.59% -
HSV(B) 207.22º 0.53% 0.8% -
XYZ 27.44 30.29 61.53 -
YUV 142.95 162.45 94.52 -
System Red Green Blue C M Y K H S L
Decimal 96 155 204 0.53 0.24 0 0.2 207.22 0.51 0.59
Hex 60 9B CC 35 18 0 14 CF 33 3B
Octal 140 233 314 65 30 0 24 317 63 73
Binary 1100000 10011011 11001100 110101 11000 0 10100 11001111 110011 111011

Color Harmonies of #609BCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #609BCC

Black with #609BCC

Text Example


Text Example

White with #609BCC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #609BCC; }

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

 H1.HeaderClassName
 {
   color: #609BCC;
 }
 .AnyTagClassName
 {
   color: #609BCC;
 }
</style>

background-color css

<style>
 a { background-color: #609BCC; }

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

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

border-color css

<style>
 span { border-color: #609BCC; }

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

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