Html Css Color HEX #609DDC Picton Blue

📋 copy color: '#609DDC'

red 96 ◦ green 157 ◦ blue 220

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

Shades of Picton Blue #609DDC

Tints of Picton Blue #609DDC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 46.51%

R = 20.3%
G = 33.19%
B = 46.51%

CMYK

 C value IS 0.56

 M value IS 0.29

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#609DDC (or 0x609DDC) is known color: Picton Blue. HEX triplet: 60, 9D and DC. RGB value is (96,157,220). Sum of RGB (Red+Green+Blue) = 96+157+220=473 (62% of max value = 765). Red value is 96 (37.89% from 255 or 20.30% from 473); Green value is 157 (61.72% from 255 or 33.19% from 473); Blue value is 220 (86.33% from 255 or 46.51% from 473); Max value from RGB is 220 - color contains mainly: blue. Hex color #609DDC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #609DDC is #9F6223. Grayscale: #919191. Windows color (decimal): -10445348 or 14458208. OLE color: 14458208.

HSL color Cylindrical-coordinate representation of color #609DDC: hue angle of 210.48º degrees, saturation: 0.64, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #609DDC is Cyan = 0.56, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 96 157 220 -
CMYK 0.56 0.29 0 0.14
HSL 210.48º 0.64% 0.62% -
HSV(B) 210.48º 0.56% 0.86% -
XYZ 29.8 31.77 72.27 -
YUV 145.94 169.79 92.38 -
System Red Green Blue C M Y K H S L
Decimal 96 157 220 0.56 0.29 0 0.14 210.48 0.64 0.62
Hex 60 9D DC 38 1D 0 E D2 40 3E
Octal 140 235 334 70 35 0 16 322 100 76
Binary 1100000 10011101 11011100 111000 11101 0 1110 11010010 1000000 111110

Color Harmonies of #609DDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #609DDC

Black with #609DDC

Text Example


Text Example

White with #609DDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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