Html Css Color HEX #6197CC Picton Blue

📋 copy color: '#6197CC'

red 97 ◦ green 151 ◦ blue 204

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

Shades of Picton Blue #6197CC

Tints of Picton Blue #6197CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 45.13%

R = 21.46%
G = 33.41%
B = 45.13%

CMYK

 C value IS 0.52

 M value IS 0.26

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#6197CC (or 0x6197CC) is known color: Picton Blue. HEX triplet: 61, 97 and CC. RGB value is (97,151,204). Sum of RGB (Red+Green+Blue) = 97+151+204=452 (59% of max value = 765). Red value is 97 (38.28% from 255 or 21.46% from 452); Green value is 151 (59.38% from 255 or 33.41% from 452); Blue value is 204 (80.08% from 255 or 45.13% from 452); Max value from RGB is 204 - color contains mainly: blue. Hex color #6197CC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6197CC is #9E6833. Grayscale: #8C8C8C. Windows color (decimal): -10381364 or 13408097. OLE color: 13408097.

HSL color Cylindrical-coordinate representation of color #6197CC: hue angle of 209.72º degrees, saturation: 0.51, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #6197CC is Cyan = 0.52, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 97 151 204 -
CMYK 0.52 0.26 0 0.2
HSL 209.72º 0.51% 0.59% -
HSV(B) 209.72º 0.52% 0.8% -
XYZ 26.9 29.03 61.31 -
YUV 140.9 163.61 96.69 -
System Red Green Blue C M Y K H S L
Decimal 97 151 204 0.52 0.26 0 0.2 209.72 0.51 0.59
Hex 61 97 CC 34 1A 0 14 D2 33 3B
Octal 141 227 314 64 32 0 24 322 63 73
Binary 1100001 10010111 11001100 110100 11010 0 10100 11010010 110011 111011

Color Harmonies of #6197CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6197CC

Black with #6197CC

Text Example


Text Example

White with #6197CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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