Html Css Color HEX #659CCD Picton Blue

📋 copy color: '#659CCD'

red 101 ◦ green 156 ◦ blue 205

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

Shades of Picton Blue #659CCD

Tints of Picton Blue #659CCD

RGB

 RED value IS 101 (39.84% from 255) = 21.86%

 GREEN value IS 156 (61.33% from 255) = 33.77%

 BLUE value IS 205 (80.47% from 255) = 44.37%

R = 21.86%
G = 33.77%
B = 44.37%

CMYK

 C value IS 0.51

 M value IS 0.24

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#659CCD (or 0x659CCD) is known color: Picton Blue. HEX triplet: 65, 9C and CD. RGB value is (101,156,205). Sum of RGB (Red+Green+Blue) = 101+156+205=462 (61% of max value = 765). Red value is 101 (39.84% from 255 or 21.86% from 462); Green value is 156 (61.33% from 255 or 33.77% from 462); Blue value is 205 (80.47% from 255 or 44.37% from 462); Max value from RGB is 205 - color contains mainly: blue. Hex color #659CCD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #659CCD is #9A6332. Grayscale: #909090. Windows color (decimal): -10117939 or 13474917. OLE color: 13474917.

HSL color Cylindrical-coordinate representation of color #659CCD: hue angle of 208.27º degrees, saturation: 0.51, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #659CCD is Cyan = 0.51, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 101 156 205 -
CMYK 0.51 0.24 0 0.20
HSL 208.27º 0.51% 0.6% -
HSV(B) 208.27º 0.51% 0.8% -
XYZ 28.27 30.95 62.24 -
YUV 145.14 161.78 96.52 -
System Red Green Blue C M Y K H S L
Decimal 101 156 205 0.51 0.24 0 0.20 208.27 0.51 0.6
Hex 65 9C CD 33 18 0 14 D0 33 3C
Octal 145 234 315 63 30 0 24 320 63 74
Binary 1100101 10011100 11001101 110011 11000 0 10100 11010000 110011 111100

Color Harmonies of #659CCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #659CCD

Black with #659CCD

Text Example


Text Example

White with #659CCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #659CCD; }

 p { color: rgb(101,156,205); }

 H1.HeaderClassName
 {
   color: #659CCD;
 }
 .AnyTagClassName
 {
   color: #659CCD;
 }
</style>

background-color css

<style>
 a { background-color: #659CCD; }

 a { background-color: rgb(101,156,205); }

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

border-color css

<style>
 span { border-color: #659CCD; }

 span { border-color: rgb(101,156,205); }

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