Html Css Color HEX #6197CB Picton Blue

📋 copy color: '#6197CB'

red 97 ◦ green 151 ◦ blue 203

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

Shades of Picton Blue #6197CB

Tints of Picton Blue #6197CB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 45.01%

R = 21.51%
G = 33.48%
B = 45.01%

CMYK

 C value IS 0.52

 M value IS 0.26

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#6197CB (or 0x6197CB) is known color: Picton Blue. HEX triplet: 61, 97 and CB. RGB value is (97,151,203). Sum of RGB (Red+Green+Blue) = 97+151+203=451 (59% of max value = 765). Red value is 97 (38.28% from 255 or 21.51% from 451); Green value is 151 (59.38% from 255 or 33.48% from 451); Blue value is 203 (79.69% from 255 or 45.01% from 451); Max value from RGB is 203 - color contains mainly: blue. Hex color #6197CB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6197CB is #9E6834. Grayscale: #8C8C8C. Windows color (decimal): -10381365 or 13342561. OLE color: 13342561.

HSL color Cylindrical-coordinate representation of color #6197CB: hue angle of 209.43º degrees, saturation: 0.5, 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 #6197CB is Cyan = 0.52, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 97 151 203 -
CMYK 0.52 0.26 0 0.20
HSL 209.43º 0.5% 0.59% -
HSV(B) 209.43º 0.52% 0.8% -
XYZ 26.78 28.99 60.68 -
YUV 140.78 163.11 96.77 -
System Red Green Blue C M Y K H S L
Decimal 97 151 203 0.52 0.26 0 0.20 209.43 0.5 0.59
Hex 61 97 CB 34 1A 0 14 D1 32 3B
Octal 141 227 313 64 32 0 24 321 62 73
Binary 1100001 10010111 11001011 110100 11010 0 10100 11010001 110010 111011

Color Harmonies of #6197CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6197CB

Black with #6197CB

Text Example


Text Example

White with #6197CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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