Html Css Color HEX #649BCF Picton Blue

📋 copy color: '#649BCF'

red 100 ◦ green 155 ◦ blue 207

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

Shades of Picton Blue #649BCF

Tints of Picton Blue #649BCF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 44.81%

R = 21.65%
G = 33.55%
B = 44.81%

CMYK

 C value IS 0.52

 M value IS 0.25

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#649BCF (or 0x649BCF) is known color: Picton Blue. HEX triplet: 64, 9B and CF. RGB value is (100,155,207). Sum of RGB (Red+Green+Blue) = 100+155+207=462 (61% of max value = 765). Red value is 100 (39.45% from 255 or 21.65% from 462); Green value is 155 (60.94% from 255 or 33.55% from 462); Blue value is 207 (81.25% from 255 or 44.81% from 462); Max value from RGB is 207 - color contains mainly: blue. Hex color #649BCF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #649BCF is #9B6430. Grayscale: #909090. Windows color (decimal): -10183729 or 13605732. OLE color: 13605732.

HSL color Cylindrical-coordinate representation of color #649BCF: hue angle of 209.16º degrees, saturation: 0.53, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #649BCF is Cyan = 0.52, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 100 155 207 -
CMYK 0.52 0.25 0 0.19
HSL 209.16º 0.53% 0.6% -
HSV(B) 209.16º 0.52% 0.81% -
XYZ 28.24 30.66 63.46 -
YUV 144.48 163.28 96.27 -
System Red Green Blue C M Y K H S L
Decimal 100 155 207 0.52 0.25 0 0.19 209.16 0.53 0.6
Hex 64 9B CF 34 19 0 13 D1 35 3C
Octal 144 233 317 64 31 0 23 321 65 74
Binary 1100100 10011011 11001111 110100 11001 0 10011 11010001 110101 111100

Color Harmonies of #649BCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #649BCF

Black with #649BCF

Text Example


Text Example

White with #649BCF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(100,155,207); }

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

background-color css

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

 a { background-color: rgb(100,155,207); }

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

border-color css

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

 span { border-color: rgb(100,155,207); }

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