Html Css Color HEX #659CCA Picton Blue

📋 copy color: '#659CCA'

red 101 ◦ green 156 ◦ blue 202

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

Shades of Picton Blue #659CCA

Tints of Picton Blue #659CCA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 44.01%

R = 22%
G = 33.99%
B = 44.01%

CMYK

 C value IS 0.50

 M value IS 0.23

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#659CCA (or 0x659CCA) is known color: Picton Blue. HEX triplet: 65, 9C and CA. RGB value is (101,156,202). Sum of RGB (Red+Green+Blue) = 101+156+202=459 (60% of max value = 765). Red value is 101 (39.84% from 255 or 22.00% from 459); Green value is 156 (61.33% from 255 or 33.99% from 459); Blue value is 202 (79.30% from 255 or 44.01% from 459); Max value from RGB is 202 - color contains mainly: blue. Hex color #659CCA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #659CCA is #9A6335. Grayscale: #909090. Windows color (decimal): -10117942 or 13278309. OLE color: 13278309.

HSL color Cylindrical-coordinate representation of color #659CCA: hue angle of 207.33º degrees, saturation: 0.49, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #659CCA is Cyan = 0.50, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 101 156 202 -
CMYK 0.50 0.23 0 0.21
HSL 207.33º 0.49% 0.59% -
HSV(B) 207.33º 0.5% 0.79% -
XYZ 27.92 30.81 60.35 -
YUV 144.8 160.28 96.76 -
System Red Green Blue C M Y K H S L
Decimal 101 156 202 0.50 0.23 0 0.21 207.33 0.49 0.59
Hex 65 9C CA 32 17 0 15 CF 31 3B
Octal 145 234 312 62 27 0 25 317 61 73
Binary 1100101 10011100 11001010 110010 10111 0 10101 11001111 110001 111011

Color Harmonies of #659CCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #659CCA

Black with #659CCA

Text Example


Text Example

White with #659CCA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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