Html Css Color HEX #659DCA Picton Blue

📋 copy color: '#659DCA'

red 101 ◦ green 157 ◦ blue 202

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

Shades of Picton Blue #659DCA

Tints of Picton Blue #659DCA

RGB

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

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

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

R = 21.96%
G = 34.13%
B = 43.91%

CMYK

 C value IS 0.50

 M value IS 0.22

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#659DCA (or 0x659DCA) is known color: Picton Blue. HEX triplet: 65, 9D and CA. RGB value is (101,157,202). Sum of RGB (Red+Green+Blue) = 101+157+202=460 (60% of max value = 765). Red value is 101 (39.84% from 255 or 21.96% from 460); Green value is 157 (61.72% from 255 or 34.13% from 460); Blue value is 202 (79.30% from 255 or 43.91% from 460); Max value from RGB is 202 - color contains mainly: blue. Hex color #659DCA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #659DCA is #9A6235. Grayscale: #919191. Windows color (decimal): -10117686 or 13278565. OLE color: 13278565.

HSL color Cylindrical-coordinate representation of color #659DCA: hue angle of 206.73º 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 #659DCA is Cyan = 0.50, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 101 157 202 -
CMYK 0.50 0.22 0 0.21
HSL 206.73º 0.49% 0.59% -
HSV(B) 206.73º 0.5% 0.79% -
XYZ 28.08 31.14 60.41 -
YUV 145.39 159.95 96.34 -
System Red Green Blue C M Y K H S L
Decimal 101 157 202 0.50 0.22 0 0.21 206.73 0.49 0.59
Hex 65 9D CA 32 16 0 15 CF 31 3B
Octal 145 235 312 62 26 0 25 317 61 73
Binary 1100101 10011101 11001010 110010 10110 0 10101 11001111 110001 111011

Color Harmonies of #659DCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #659DCA

Black with #659DCA

Text Example


Text Example

White with #659DCA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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