Html Css Color HEX #6397CE Picton Blue

📋 copy color: '#6397CE'

red 99 ◦ green 151 ◦ blue 206

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

Shades of Picton Blue #6397CE

Tints of Picton Blue #6397CE

RGB

 RED value IS 99 (39.06% from 255) = 21.71%

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

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

R = 21.71%
G = 33.11%
B = 45.18%

CMYK

 C value IS 0.52

 M value IS 0.27

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#6397CE (or 0x6397CE) is known color: Picton Blue. HEX triplet: 63, 97 and CE. RGB value is (99,151,206). Sum of RGB (Red+Green+Blue) = 99+151+206=456 (60% of max value = 765). Red value is 99 (39.06% from 255 or 21.71% from 456); Green value is 151 (59.38% from 255 or 33.11% from 456); Blue value is 206 (80.86% from 255 or 45.18% from 456); Max value from RGB is 206 - color contains mainly: blue. Hex color #6397CE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6397CE is #9C6831. Grayscale: #8D8D8D. Windows color (decimal): -10250290 or 13539171. OLE color: 13539171.

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

Color convert

RGB 99 151 206 -
CMYK 0.52 0.27 0 0.19
HSL 210.84º 0.52% 0.6% -
HSV(B) 210.84º 0.52% 0.81% -
XYZ 27.35 29.24 62.6 -
YUV 141.72 164.27 97.53 -
System Red Green Blue C M Y K H S L
Decimal 99 151 206 0.52 0.27 0 0.19 210.84 0.52 0.6
Hex 63 97 CE 34 1B 0 13 D3 34 3C
Octal 143 227 316 64 33 0 23 323 64 74
Binary 1100011 10010111 11001110 110100 11011 0 10011 11010011 110100 111100

Color Harmonies of #6397CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6397CE

Black with #6397CE

Text Example


Text Example

White with #6397CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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