Html Css Color HEX #6397CD Picton Blue

📋 copy color: '#6397CD'

red 99 ◦ green 151 ◦ blue 205

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

Shades of Picton Blue #6397CD

Tints of Picton Blue #6397CD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 45.05%

R = 21.76%
G = 33.19%
B = 45.05%

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

#6397CD (or 0x6397CD) is known color: Picton Blue. HEX triplet: 63, 97 and CD. RGB value is (99,151,205). Sum of RGB (Red+Green+Blue) = 99+151+205=455 (60% of max value = 765). Red value is 99 (39.06% from 255 or 21.76% from 455); Green value is 151 (59.38% from 255 or 33.19% from 455); Blue value is 205 (80.47% from 255 or 45.05% from 455); Max value from RGB is 205 - color contains mainly: blue. Hex color #6397CD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6397CD is #9C6832. Grayscale: #8D8D8D. Windows color (decimal): -10250291 or 13473635. OLE color: 13473635.

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

Color convert

RGB 99 151 205 -
CMYK 0.52 0.26 0 0.20
HSL 210.57º 0.51% 0.6% -
HSV(B) 210.57º 0.52% 0.8% -
XYZ 27.23 29.19 61.96 -
YUV 141.61 163.77 97.61 -
System Red Green Blue C M Y K H S L
Decimal 99 151 205 0.52 0.26 0 0.20 210.57 0.51 0.6
Hex 63 97 CD 34 1A 0 14 D3 33 3C
Octal 143 227 315 64 32 0 24 323 63 74
Binary 1100011 10010111 11001101 110100 11010 0 10100 11010011 110011 111100

Color Harmonies of #6397CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6397CD

Black with #6397CD

Text Example


Text Example

White with #6397CD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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