Html Css Color HEX #6496CF Picton Blue

📋 copy color: '#6496CF'

red 100 ◦ green 150 ◦ blue 207

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

Shades of Picton Blue #6496CF

Tints of Picton Blue #6496CF

RGB

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

 GREEN value IS 150 (58.98% from 255) = 32.82%

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

R = 21.88%
G = 32.82%
B = 45.3%

CMYK

 C value IS 0.52

 M value IS 0.28

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#6496CF (or 0x6496CF) is known color: Picton Blue. HEX triplet: 64, 96 and CF. RGB value is (100,150,207). Sum of RGB (Red+Green+Blue) = 100+150+207=457 (60% of max value = 765). Red value is 100 (39.45% from 255 or 21.88% from 457); Green value is 150 (58.98% from 255 or 32.82% from 457); Blue value is 207 (81.25% from 255 or 45.30% from 457); Max value from RGB is 207 - color contains mainly: blue. Hex color #6496CF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6496CF is #9B6930. Grayscale: #8D8D8D. Windows color (decimal): -10185009 or 13604452. OLE color: 13604452.

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

Color convert

RGB 100 150 207 -
CMYK 0.52 0.28 0 0.19
HSL 211.96º 0.53% 0.6% -
HSV(B) 211.96º 0.52% 0.81% -
XYZ 27.42 29.03 63.19 -
YUV 141.55 164.94 98.37 -
System Red Green Blue C M Y K H S L
Decimal 100 150 207 0.52 0.28 0 0.19 211.96 0.53 0.6
Hex 64 96 CF 34 1C 0 13 D4 35 3C
Octal 144 226 317 64 34 0 23 324 65 74
Binary 1100100 10010110 11001111 110100 11100 0 10011 11010100 110101 111100

Color Harmonies of #6496CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6496CF

Black with #6496CF

Text Example


Text Example

White with #6496CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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