Html Css Color HEX #609BDA Picton Blue

📋 copy color: '#609BDA'

red 96 ◦ green 155 ◦ blue 218

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

Shades of Picton Blue #609BDA

Tints of Picton Blue #609BDA

RGB

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

 GREEN value IS 155 (60.94% from 255) = 33.05%

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

R = 20.47%
G = 33.05%
B = 46.48%

CMYK

 C value IS 0.56

 M value IS 0.29

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#609BDA (or 0x609BDA) is known color: Picton Blue. HEX triplet: 60, 9B and DA. RGB value is (96,155,218). Sum of RGB (Red+Green+Blue) = 96+155+218=469 (62% of max value = 765). Red value is 96 (37.89% from 255 or 20.47% from 469); Green value is 155 (60.94% from 255 or 33.05% from 469); Blue value is 218 (85.55% from 255 or 46.48% from 469); Max value from RGB is 218 - color contains mainly: blue. Hex color #609BDA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #609BDA is #9F6425. Grayscale: #909090. Windows color (decimal): -10445862 or 14326624. OLE color: 14326624.

HSL color Cylindrical-coordinate representation of color #609BDA: hue angle of 210.98º 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 #609BDA is Cyan = 0.56, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 96 155 218 -
CMYK 0.56 0.29 0 0.15
HSL 210.98º 0.62% 0.62% -
HSV(B) 210.98º 0.56% 0.85% -
XYZ 29.2 30.99 70.77 -
YUV 144.54 169.45 93.38 -
System Red Green Blue C M Y K H S L
Decimal 96 155 218 0.56 0.29 0 0.15 210.98 0.62 0.62
Hex 60 9B DA 38 1D 0 F D3 3E 3E
Octal 140 233 332 70 35 0 17 323 76 76
Binary 1100000 10011011 11011010 111000 11101 0 1111 11010011 111110 111110

Color Harmonies of #609BDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #609BDA

Black with #609BDA

Text Example


Text Example

White with #609BDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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