Html Css Color HEX #6497C6 Picton Blue

📋 copy color: '#6497C6'

red 100 ◦ green 151 ◦ blue 198

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

Shades of Picton Blue #6497C6

Tints of Picton Blue #6497C6

RGB

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

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

 BLUE value IS 198 (77.73% from 255) = 44.1%

R = 22.27%
G = 33.63%
B = 44.1%

CMYK

 C value IS 0.49

 M value IS 0.24

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#6497C6 (or 0x6497C6) is known color: Picton Blue. HEX triplet: 64, 97 and C6. RGB value is (100,151,198). Sum of RGB (Red+Green+Blue) = 100+151+198=449 (59% of max value = 765). Red value is 100 (39.45% from 255 or 22.27% from 449); Green value is 151 (59.38% from 255 or 33.63% from 449); Blue value is 198 (77.73% from 255 or 44.10% from 449); Max value from RGB is 198 - color contains mainly: blue. Hex color #6497C6 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6497C6 is #9B6839. Grayscale: #8C8C8C. Windows color (decimal): -10184762 or 13014884. OLE color: 13014884.

HSL color Cylindrical-coordinate representation of color #6497C6: hue angle of 208.78º degrees, saturation: 0.46, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #6497C6 is Cyan = 0.49, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 100 151 198 -
CMYK 0.49 0.24 0 0.22
HSL 208.78º 0.46% 0.58% -
HSV(B) 208.78º 0.49% 0.78% -
XYZ 26.52 28.92 57.61 -
YUV 141.11 160.1 98.68 -
System Red Green Blue C M Y K H S L
Decimal 100 151 198 0.49 0.24 0 0.22 208.78 0.46 0.58
Hex 64 97 C6 31 18 0 16 D1 2E 3A
Octal 144 227 306 61 30 0 26 321 56 72
Binary 1100100 10010111 11000110 110001 11000 0 10110 11010001 101110 111010

Color Harmonies of #6497C6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6497C6

Black with #6497C6

Text Example


Text Example

White with #6497C6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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