Html Css Color HEX #6497CE Picton Blue

📋 copy color: '#6497CE'

red 100 ◦ green 151 ◦ blue 206

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

Shades of Picton Blue #6497CE

Tints of Picton Blue #6497CE

RGB

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

 GREEN value IS 151 (59.38% from 255) = 33.04%

 BLUE value IS 206 (80.86% from 255) = 45.08%

R = 21.88%
G = 33.04%
B = 45.08%

CMYK

 C value IS 0.51

 M value IS 0.27

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#6497CE (or 0x6497CE) is known color: Picton Blue. HEX triplet: 64, 97 and CE. RGB value is (100,151,206). Sum of RGB (Red+Green+Blue) = 100+151+206=457 (60% of max value = 765). Red value is 100 (39.45% from 255 or 21.88% from 457); Green value is 151 (59.38% from 255 or 33.04% from 457); Blue value is 206 (80.86% from 255 or 45.08% from 457); Max value from RGB is 206 - color contains mainly: blue. Hex color #6497CE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6497CE is #9B6831. Grayscale: #8D8D8D. Windows color (decimal): -10184754 or 13539172. OLE color: 13539172.

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

Color convert

RGB 100 151 206 -
CMYK 0.51 0.27 0 0.19
HSL 211.13º 0.52% 0.6% -
HSV(B) 211.13º 0.51% 0.81% -
XYZ 27.46 29.3 62.6 -
YUV 142.02 164.1 98.03 -
System Red Green Blue C M Y K H S L
Decimal 100 151 206 0.51 0.27 0 0.19 211.13 0.52 0.6
Hex 64 97 CE 33 1B 0 13 D3 34 3C
Octal 144 227 316 63 33 0 23 323 64 74
Binary 1100100 10010111 11001110 110011 11011 0 10011 11010011 110100 111100

Color Harmonies of #6497CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6497CE

Black with #6497CE

Text Example


Text Example

White with #6497CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6497CE; }

 p { color: rgb(100,151,206); }

 H1.HeaderClassName
 {
   color: #6497CE;
 }
 .AnyTagClassName
 {
   color: #6497CE;
 }
</style>

background-color css

<style>
 a { background-color: #6497CE; }

 a { background-color: rgb(100,151,206); }

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

border-color css

<style>
 span { border-color: #6497CE; }

 span { border-color: rgb(100,151,206); }

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