Html Css Color HEX #649CCA Picton Blue

📋 copy color: '#649CCA'

red 100 ◦ green 156 ◦ blue 202

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

Shades of Picton Blue #649CCA

Tints of Picton Blue #649CCA

RGB

 RED value IS 100 (39.45% from 255) = 21.83%

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

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

R = 21.83%
G = 34.06%
B = 44.1%

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

#649CCA (or 0x649CCA) is known color: Picton Blue. HEX triplet: 64, 9C and CA. RGB value is (100,156,202). Sum of RGB (Red+Green+Blue) = 100+156+202=458 (60% of max value = 765). Red value is 100 (39.45% from 255 or 21.83% from 458); Green value is 156 (61.33% from 255 or 34.06% from 458); Blue value is 202 (79.30% from 255 or 44.10% from 458); Max value from RGB is 202 - color contains mainly: blue. Hex color #649CCA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #649CCA is #9B6335. Grayscale: #909090. Windows color (decimal): -10183478 or 13278308. OLE color: 13278308.

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

Color convert

RGB 100 156 202 -
CMYK 0.50 0.23 0 0.21
HSL 207.06º 0.49% 0.59% -
HSV(B) 207.06º 0.5% 0.79% -
XYZ 27.8 30.75 60.35 -
YUV 144.5 160.45 96.26 -
System Red Green Blue C M Y K H S L
Decimal 100 156 202 0.50 0.23 0 0.21 207.06 0.49 0.59
Hex 64 9C CA 32 17 0 15 CF 31 3B
Octal 144 234 312 62 27 0 25 317 61 73
Binary 1100100 10011100 11001010 110010 10111 0 10101 11001111 110001 111011

Color Harmonies of #649CCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #649CCA

Black with #649CCA

Text Example


Text Example

White with #649CCA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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