Html Css Color HEX #609DDE Picton Blue

📋 copy color: '#609DDE'

red 96 ◦ green 157 ◦ blue 222

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

Shades of Picton Blue #609DDE

Tints of Picton Blue #609DDE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 46.74%

R = 20.21%
G = 33.05%
B = 46.74%

CMYK

 C value IS 0.57

 M value IS 0.29

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#609DDE (or 0x609DDE) is known color: Picton Blue. HEX triplet: 60, 9D and DE. RGB value is (96,157,222). Sum of RGB (Red+Green+Blue) = 96+157+222=475 (62% of max value = 765). Red value is 96 (37.89% from 255 or 20.21% from 475); Green value is 157 (61.72% from 255 or 33.05% from 475); Blue value is 222 (87.11% from 255 or 46.74% from 475); Max value from RGB is 222 - color contains mainly: blue. Hex color #609DDE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #609DDE is #9F6221. Grayscale: #919191. Windows color (decimal): -10445346 or 14589280. OLE color: 14589280.

HSL color Cylindrical-coordinate representation of color #609DDE: hue angle of 210.95º degrees, saturation: 0.66, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #609DDE is Cyan = 0.57, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 96 157 222 -
CMYK 0.57 0.29 0 0.13
HSL 210.95º 0.66% 0.62% -
HSV(B) 210.95º 0.57% 0.87% -
XYZ 30.07 31.87 73.68 -
YUV 146.17 170.79 92.21 -
System Red Green Blue C M Y K H S L
Decimal 96 157 222 0.57 0.29 0 0.13 210.95 0.66 0.62
Hex 60 9D DE 39 1D 0 D D3 42 3E
Octal 140 235 336 71 35 0 15 323 102 76
Binary 1100000 10011101 11011110 111001 11101 0 1101 11010011 1000010 111110

Color Harmonies of #609DDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #609DDE

Black with #609DDE

Text Example


Text Example

White with #609DDE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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