Html Css Color HEX #6398CA Picton Blue

📋 copy color: '#6398CA'

red 99 ◦ green 152 ◦ blue 202

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

Shades of Picton Blue #6398CA

Tints of Picton Blue #6398CA

RGB

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

 GREEN value IS 152 (59.77% from 255) = 33.55%

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

R = 21.85%
G = 33.55%
B = 44.59%

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

#6398CA (or 0x6398CA) is known color: Picton Blue. HEX triplet: 63, 98 and CA. RGB value is (99,152,202). Sum of RGB (Red+Green+Blue) = 99+152+202=453 (60% of max value = 765). Red value is 99 (39.06% from 255 or 21.85% from 453); Green value is 152 (59.77% from 255 or 33.55% from 453); Blue value is 202 (79.30% from 255 or 44.59% from 453); Max value from RGB is 202 - color contains mainly: blue. Hex color #6398CA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6398CA is #9C6735. Grayscale: #8D8D8D. Windows color (decimal): -10250038 or 13277283. OLE color: 13277283.

HSL color Cylindrical-coordinate representation of color #6398CA: hue angle of 209.13º 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 #6398CA is Cyan = 0.51, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 99 152 202 -
CMYK 0.51 0.25 0 0.21
HSL 209.13º 0.49% 0.59% -
HSV(B) 209.13º 0.51% 0.79% -
XYZ 27.03 29.37 60.12 -
YUV 141.85 161.94 97.43 -
System Red Green Blue C M Y K H S L
Decimal 99 152 202 0.51 0.25 0 0.21 209.13 0.49 0.59
Hex 63 98 CA 33 19 0 15 D1 31 3B
Octal 143 230 312 63 31 0 25 321 61 73
Binary 1100011 10011000 11001010 110011 11001 0 10101 11010001 110001 111011

Color Harmonies of #6398CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6398CA

Black with #6398CA

Text Example


Text Example

White with #6398CA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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