Html Css Color HEX #6497CF Picton Blue

📋 copy color: '#6497CF'

red 100 ◦ green 151 ◦ blue 207

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

Shades of Picton Blue #6497CF

Tints of Picton Blue #6497CF

RGB

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

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

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

R = 21.83%
G = 32.97%
B = 45.2%

CMYK

 C value IS 0.52

 M value IS 0.27

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#6497CF (or 0x6497CF) is known color: Picton Blue. HEX triplet: 64, 97 and CF. RGB value is (100,151,207). Sum of RGB (Red+Green+Blue) = 100+151+207=458 (60% of max value = 765). Red value is 100 (39.45% from 255 or 21.83% from 458); Green value is 151 (59.38% from 255 or 32.97% from 458); Blue value is 207 (81.25% from 255 or 45.20% from 458); Max value from RGB is 207 - color contains mainly: blue. Hex color #6497CF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6497CF is #9B6830. Grayscale: #8D8D8D. Windows color (decimal): -10184753 or 13604708. OLE color: 13604708.

HSL color Cylindrical-coordinate representation of color #6497CF: hue angle of 211.4º 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 #6497CF is Cyan = 0.52, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 100 151 207 -
CMYK 0.52 0.27 0 0.19
HSL 211.4º 0.53% 0.6% -
HSV(B) 211.4º 0.52% 0.81% -
XYZ 27.58 29.35 63.24 -
YUV 142.14 164.6 97.95 -
System Red Green Blue C M Y K H S L
Decimal 100 151 207 0.52 0.27 0 0.19 211.4 0.53 0.6
Hex 64 97 CF 34 1B 0 13 D3 35 3C
Octal 144 227 317 64 33 0 23 323 65 74
Binary 1100100 10010111 11001111 110100 11011 0 10011 11010011 110101 111100

Color Harmonies of #6497CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6497CF

Black with #6497CF

Text Example


Text Example

White with #6497CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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