Html Css Color HEX #609DCC Picton Blue

📋 copy color: '#609DCC'

red 96 ◦ green 157 ◦ blue 204

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

Shades of Picton Blue #609DCC

Tints of Picton Blue #609DCC

RGB

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

 GREEN value IS 157 (61.72% from 255) = 34.35%

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

R = 21.01%
G = 34.35%
B = 44.64%

CMYK

 C value IS 0.53

 M value IS 0.23

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#609DCC (or 0x609DCC) is known color: Picton Blue. HEX triplet: 60, 9D and CC. RGB value is (96,157,204). Sum of RGB (Red+Green+Blue) = 96+157+204=457 (60% of max value = 765). Red value is 96 (37.89% from 255 or 21.01% from 457); Green value is 157 (61.72% from 255 or 34.35% from 457); Blue value is 204 (80.08% from 255 or 44.64% from 457); Max value from RGB is 204 - color contains mainly: blue. Hex color #609DCC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #609DCC is #9F6233. Grayscale: #8F8F8F. Windows color (decimal): -10445364 or 13409632. OLE color: 13409632.

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

Color convert

RGB 96 157 204 -
CMYK 0.53 0.23 0 0.2
HSL 206.11º 0.51% 0.59% -
HSV(B) 206.11º 0.53% 0.8% -
XYZ 27.78 30.96 61.64 -
YUV 144.12 161.79 93.68 -
System Red Green Blue C M Y K H S L
Decimal 96 157 204 0.53 0.23 0 0.2 206.11 0.51 0.59
Hex 60 9D CC 35 17 0 14 CE 33 3B
Octal 140 235 314 65 27 0 24 316 63 73
Binary 1100000 10011101 11001100 110101 10111 0 10100 11001110 110011 111011

Color Harmonies of #609DCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #609DCC

Black with #609DCC

Text Example


Text Example

White with #609DCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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