Html Css Color HEX #6397C7 Picton Blue

📋 copy color: '#6397C7'

red 99 ◦ green 151 ◦ blue 199

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

Shades of Picton Blue #6397C7

Tints of Picton Blue #6397C7

RGB

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

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

 BLUE value IS 199 (78.13% from 255) = 44.32%

R = 22.05%
G = 33.63%
B = 44.32%

CMYK

 C value IS 0.50

 M value IS 0.24

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#6397C7 (or 0x6397C7) is known color: Picton Blue. HEX triplet: 63, 97 and C7. RGB value is (99,151,199). Sum of RGB (Red+Green+Blue) = 99+151+199=449 (59% of max value = 765). Red value is 99 (39.06% from 255 or 22.05% from 449); Green value is 151 (59.38% from 255 or 33.63% from 449); Blue value is 199 (78.12% from 255 or 44.32% from 449); Max value from RGB is 199 - color contains mainly: blue. Hex color #6397C7 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6397C7 is #9C6838. Grayscale: #8C8C8C. Windows color (decimal): -10250297 or 13080419. OLE color: 13080419.

HSL color Cylindrical-coordinate representation of color #6397C7: hue angle of 208.8º degrees, saturation: 0.47, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #6397C7 is Cyan = 0.50, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 99 151 199 -
CMYK 0.50 0.24 0 0.22
HSL 208.8º 0.47% 0.58% -
HSV(B) 208.8º 0.5% 0.78% -
XYZ 26.52 28.91 58.22 -
YUV 140.92 160.77 98.1 -
System Red Green Blue C M Y K H S L
Decimal 99 151 199 0.50 0.24 0 0.22 208.8 0.47 0.58
Hex 63 97 C7 32 18 0 16 D1 2F 3A
Octal 143 227 307 62 30 0 26 321 57 72
Binary 1100011 10010111 11000111 110010 11000 0 10110 11010001 101111 111010

Color Harmonies of #6397C7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6397C7

Black with #6397C7

Text Example


Text Example

White with #6397C7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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