Html Css Color HEX #609DDA Picton Blue

📋 copy color: '#609DDA'

red 96 ◦ green 157 ◦ blue 218

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

Shades of Picton Blue #609DDA

Tints of Picton Blue #609DDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 46.28%

R = 20.38%
G = 33.33%
B = 46.28%

CMYK

 C value IS 0.56

 M value IS 0.28

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#609DDA (or 0x609DDA) is known color: Picton Blue. HEX triplet: 60, 9D and DA. RGB value is (96,157,218). Sum of RGB (Red+Green+Blue) = 96+157+218=471 (62% of max value = 765). Red value is 96 (37.89% from 255 or 20.38% from 471); Green value is 157 (61.72% from 255 or 33.33% from 471); Blue value is 218 (85.55% from 255 or 46.28% from 471); Max value from RGB is 218 - color contains mainly: blue. Hex color #609DDA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #609DDA is #9F6225. Grayscale: #919191. Windows color (decimal): -10445350 or 14327136. OLE color: 14327136.

HSL color Cylindrical-coordinate representation of color #609DDA: hue angle of 210º degrees, saturation: 0.62, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #609DDA is Cyan = 0.56, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 96 157 218 -
CMYK 0.56 0.28 0 0.15
HSL 210º 0.62% 0.62% -
HSV(B) 210º 0.56% 0.85% -
XYZ 29.54 31.66 70.88 -
YUV 145.72 168.79 92.54 -
System Red Green Blue C M Y K H S L
Decimal 96 157 218 0.56 0.28 0 0.15 210 0.62 0.62
Hex 60 9D DA 38 1C 0 F D2 3E 3E
Octal 140 235 332 70 34 0 17 322 76 76
Binary 1100000 10011101 11011010 111000 11100 0 1111 11010010 111110 111110

Color Harmonies of #609DDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #609DDA

Black with #609DDA

Text Example


Text Example

White with #609DDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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