Html Css Color HEX #6197CE Picton Blue

📋 copy color: '#6197CE'

red 97 ◦ green 151 ◦ blue 206

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

Shades of Picton Blue #6197CE

Tints of Picton Blue #6197CE

RGB

 RED value IS 97 (38.28% from 255) = 21.37%

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

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

R = 21.37%
G = 33.26%
B = 45.37%

CMYK

 C value IS 0.53

 M value IS 0.27

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#6197CE (or 0x6197CE) is known color: Picton Blue. HEX triplet: 61, 97 and CE. RGB value is (97,151,206). Sum of RGB (Red+Green+Blue) = 97+151+206=454 (60% of max value = 765). Red value is 97 (38.28% from 255 or 21.37% from 454); Green value is 151 (59.38% from 255 or 33.26% from 454); Blue value is 206 (80.86% from 255 or 45.37% from 454); Max value from RGB is 206 - color contains mainly: blue. Hex color #6197CE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6197CE is #9E6831. Grayscale: #8C8C8C. Windows color (decimal): -10381362 or 13539169. OLE color: 13539169.

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

Color convert

RGB 97 151 206 -
CMYK 0.53 0.27 0 0.19
HSL 210.28º 0.53% 0.59% -
HSV(B) 210.28º 0.53% 0.81% -
XYZ 27.14 29.13 62.59 -
YUV 141.12 164.61 96.53 -
System Red Green Blue C M Y K H S L
Decimal 97 151 206 0.53 0.27 0 0.19 210.28 0.53 0.59
Hex 61 97 CE 35 1B 0 13 D2 35 3B
Octal 141 227 316 65 33 0 23 322 65 73
Binary 1100001 10010111 11001110 110101 11011 0 10011 11010010 110101 111011

Color Harmonies of #6197CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6197CE

Black with #6197CE

Text Example


Text Example

White with #6197CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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