Html Css Color HEX #6397CC Picton Blue

📋 copy color: '#6397CC'

red 99 ◦ green 151 ◦ blue 204

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

Shades of Picton Blue #6397CC

Tints of Picton Blue #6397CC

RGB

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

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

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

R = 21.81%
G = 33.26%
B = 44.93%

CMYK

 C value IS 0.51

 M value IS 0.26

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#6397CC (or 0x6397CC) is known color: Picton Blue. HEX triplet: 63, 97 and CC. RGB value is (99,151,204). Sum of RGB (Red+Green+Blue) = 99+151+204=454 (60% of max value = 765). Red value is 99 (39.06% from 255 or 21.81% from 454); Green value is 151 (59.38% from 255 or 33.26% from 454); Blue value is 204 (80.08% from 255 or 44.93% from 454); Max value from RGB is 204 - color contains mainly: blue. Hex color #6397CC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6397CC is #9C6833. Grayscale: #8D8D8D. Windows color (decimal): -10250292 or 13408099. OLE color: 13408099.

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

Color convert

RGB 99 151 204 -
CMYK 0.51 0.26 0 0.2
HSL 210.29º 0.51% 0.59% -
HSV(B) 210.29º 0.51% 0.8% -
XYZ 27.11 29.15 61.32 -
YUV 141.49 163.27 97.69 -
System Red Green Blue C M Y K H S L
Decimal 99 151 204 0.51 0.26 0 0.2 210.29 0.51 0.59
Hex 63 97 CC 33 1A 0 14 D2 33 3B
Octal 143 227 314 63 32 0 24 322 63 73
Binary 1100011 10010111 11001100 110011 11010 0 10100 11010010 110011 111011

Color Harmonies of #6397CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6397CC

Black with #6397CC

Text Example


Text Example

White with #6397CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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