Html Css Color HEX #609BC6 Picton Blue

📋 copy color: '#609BC6'

red 96 ◦ green 155 ◦ blue 198

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

Shades of Picton Blue #609BC6

Tints of Picton Blue #609BC6

RGB

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

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

 BLUE value IS 198 (77.73% from 255) = 44.1%

R = 21.38%
G = 34.52%
B = 44.1%

CMYK

 C value IS 0.52

 M value IS 0.22

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#609BC6 (or 0x609BC6) is known color: Picton Blue. HEX triplet: 60, 9B and C6. RGB value is (96,155,198). Sum of RGB (Red+Green+Blue) = 96+155+198=449 (59% of max value = 765). Red value is 96 (37.89% from 255 or 21.38% from 449); Green value is 155 (60.94% from 255 or 34.52% from 449); Blue value is 198 (77.73% from 255 or 44.10% from 449); Max value from RGB is 198 - color contains mainly: blue. Hex color #609BC6 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #609BC6 is #9F6439. Grayscale: #8E8E8E. Windows color (decimal): -10445882 or 13015904. OLE color: 13015904.

HSL color Cylindrical-coordinate representation of color #609BC6: hue angle of 205.29º degrees, saturation: 0.47, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #609BC6 is Cyan = 0.52, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 96 155 198 -
CMYK 0.52 0.22 0 0.22
HSL 205.29º 0.47% 0.58% -
HSV(B) 205.29º 0.52% 0.78% -
XYZ 26.74 30.01 57.81 -
YUV 142.26 159.45 95 -
System Red Green Blue C M Y K H S L
Decimal 96 155 198 0.52 0.22 0 0.22 205.29 0.47 0.58
Hex 60 9B C6 34 16 0 16 CD 2F 3A
Octal 140 233 306 64 26 0 26 315 57 72
Binary 1100000 10011011 11000110 110100 10110 0 10110 11001101 101111 111010

Color Harmonies of #609BC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #609BC6

Black with #609BC6

Text Example


Text Example

White with #609BC6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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