Html Css Color HEX #6497CD Picton Blue

📋 copy color: '#6497CD'

red 100 ◦ green 151 ◦ blue 205

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

Shades of Picton Blue #6497CD

Tints of Picton Blue #6497CD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 44.96%

R = 21.93%
G = 33.11%
B = 44.96%

CMYK

 C value IS 0.51

 M value IS 0.26

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#6497CD (or 0x6497CD) is known color: Picton Blue. HEX triplet: 64, 97 and CD. RGB value is (100,151,205). Sum of RGB (Red+Green+Blue) = 100+151+205=456 (60% of max value = 765). Red value is 100 (39.45% from 255 or 21.93% from 456); Green value is 151 (59.38% from 255 or 33.11% from 456); Blue value is 205 (80.47% from 255 or 44.96% from 456); Max value from RGB is 205 - color contains mainly: blue. Hex color #6497CD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6497CD is #9B6832. Grayscale: #8D8D8D. Windows color (decimal): -10184755 or 13473636. OLE color: 13473636.

HSL color Cylindrical-coordinate representation of color #6497CD: hue angle of 210.86º degrees, saturation: 0.51, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #6497CD is Cyan = 0.51, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 100 151 205 -
CMYK 0.51 0.26 0 0.20
HSL 210.86º 0.51% 0.6% -
HSV(B) 210.86º 0.51% 0.8% -
XYZ 27.34 29.25 61.96 -
YUV 141.91 163.6 98.11 -
System Red Green Blue C M Y K H S L
Decimal 100 151 205 0.51 0.26 0 0.20 210.86 0.51 0.6
Hex 64 97 CD 33 1A 0 14 D3 33 3C
Octal 144 227 315 63 32 0 24 323 63 74
Binary 1100100 10010111 11001101 110011 11010 0 10100 11010011 110011 111100

Color Harmonies of #6497CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6497CD

Black with #6497CD

Text Example


Text Example

White with #6497CD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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