Html Css Color HEX #609CCD Picton Blue

📋 copy color: '#609CCD'

red 96 ◦ green 156 ◦ blue 205

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

Shades of Picton Blue #609CCD

Tints of Picton Blue #609CCD

RGB

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

 GREEN value IS 156 (61.33% from 255) = 34.14%

 BLUE value IS 205 (80.47% from 255) = 44.86%

R = 21.01%
G = 34.14%
B = 44.86%

CMYK

 C value IS 0.53

 M value IS 0.24

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#609CCD (or 0x609CCD) is known color: Picton Blue. HEX triplet: 60, 9C and CD. RGB value is (96,156,205). Sum of RGB (Red+Green+Blue) = 96+156+205=457 (60% of max value = 765). Red value is 96 (37.89% from 255 or 21.01% from 457); Green value is 156 (61.33% from 255 or 34.14% from 457); Blue value is 205 (80.47% from 255 or 44.86% from 457); Max value from RGB is 205 - color contains mainly: blue. Hex color #609CCD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #609CCD is #9F6332. Grayscale: #8F8F8F. Windows color (decimal): -10445619 or 13474912. OLE color: 13474912.

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

Color convert

RGB 96 156 205 -
CMYK 0.53 0.24 0 0.20
HSL 206.97º 0.52% 0.59% -
HSV(B) 206.97º 0.53% 0.8% -
XYZ 27.73 30.67 62.22 -
YUV 143.65 162.62 94.02 -
System Red Green Blue C M Y K H S L
Decimal 96 156 205 0.53 0.24 0 0.20 206.97 0.52 0.59
Hex 60 9C CD 35 18 0 14 CF 34 3B
Octal 140 234 315 65 30 0 24 317 64 73
Binary 1100000 10011100 11001101 110101 11000 0 10100 11001111 110100 111011

Color Harmonies of #609CCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #609CCD

Black with #609CCD

Text Example


Text Example

White with #609CCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(96,156,205); }

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

background-color css

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

 a { background-color: rgb(96,156,205); }

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

border-color css

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

 span { border-color: rgb(96,156,205); }

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