Html Css Color HEX #609ACD Picton Blue

📋 copy color: '#609ACD'

red 96 ◦ green 154 ◦ blue 205

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

Shades of Picton Blue #609ACD

Tints of Picton Blue #609ACD

RGB

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

 GREEN value IS 154 (60.55% from 255) = 33.85%

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

R = 21.1%
G = 33.85%
B = 45.05%

CMYK

 C value IS 0.53

 M value IS 0.25

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#609ACD (or 0x609ACD) is known color: Picton Blue. HEX triplet: 60, 9A and CD. RGB value is (96,154,205). Sum of RGB (Red+Green+Blue) = 96+154+205=455 (60% of max value = 765). Red value is 96 (37.89% from 255 or 21.10% from 455); Green value is 154 (60.55% from 255 or 33.85% from 455); Blue value is 205 (80.47% from 255 or 45.05% from 455); Max value from RGB is 205 - color contains mainly: blue. Hex color #609ACD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #609ACD is #9F6532. Grayscale: #8E8E8E. Windows color (decimal): -10446131 or 13474400. OLE color: 13474400.

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

Color convert

RGB 96 154 205 -
CMYK 0.53 0.25 0 0.20
HSL 208.07º 0.52% 0.59% -
HSV(B) 208.07º 0.53% 0.8% -
XYZ 27.4 30.01 62.11 -
YUV 142.47 163.28 94.85 -
System Red Green Blue C M Y K H S L
Decimal 96 154 205 0.53 0.25 0 0.20 208.07 0.52 0.59
Hex 60 9A CD 35 19 0 14 D0 34 3B
Octal 140 232 315 65 31 0 24 320 64 73
Binary 1100000 10011010 11001101 110101 11001 0 10100 11010000 110100 111011

Color Harmonies of #609ACD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #609ACD

Black with #609ACD

Text Example


Text Example

White with #609ACD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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