Html Css Color HEX #6397CA Picton Blue

📋 copy color: '#6397CA'

red 99 ◦ green 151 ◦ blue 202

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

Shades of Picton Blue #6397CA

Tints of Picton Blue #6397CA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 44.69%

R = 21.9%
G = 33.41%
B = 44.69%

CMYK

 C value IS 0.51

 M value IS 0.25

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#6397CA (or 0x6397CA) is known color: Picton Blue. HEX triplet: 63, 97 and CA. RGB value is (99,151,202). Sum of RGB (Red+Green+Blue) = 99+151+202=452 (59% of max value = 765). Red value is 99 (39.06% from 255 or 21.90% from 452); Green value is 151 (59.38% from 255 or 33.41% from 452); Blue value is 202 (79.30% from 255 or 44.69% from 452); Max value from RGB is 202 - color contains mainly: blue. Hex color #6397CA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6397CA is #9C6835. Grayscale: #8D8D8D. Windows color (decimal): -10250294 or 13277027. OLE color: 13277027.

HSL color Cylindrical-coordinate representation of color #6397CA: hue angle of 209.71º degrees, saturation: 0.49, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #6397CA is Cyan = 0.51, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 99 151 202 -
CMYK 0.51 0.25 0 0.21
HSL 209.71º 0.49% 0.59% -
HSV(B) 209.71º 0.51% 0.79% -
XYZ 26.87 29.05 60.07 -
YUV 141.27 162.27 97.85 -
System Red Green Blue C M Y K H S L
Decimal 99 151 202 0.51 0.25 0 0.21 209.71 0.49 0.59
Hex 63 97 CA 33 19 0 15 D2 31 3B
Octal 143 227 312 63 31 0 25 322 61 73
Binary 1100011 10010111 11001010 110011 11001 0 10101 11010010 110001 111011

Color Harmonies of #6397CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6397CA

Black with #6397CA

Text Example


Text Example

White with #6397CA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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