Html Css Color HEX #6398DC Cornflower Blue

📋 copy color: '#6398DC'

red 99 ◦ green 152 ◦ blue 220

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

Shades of Cornflower Blue #6398DC

Tints of Cornflower Blue #6398DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 46.71%

R = 21.02%
G = 32.27%
B = 46.71%

CMYK

 C value IS 0.55

 M value IS 0.31

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#6398DC (or 0x6398DC) is known color: Cornflower Blue. HEX triplet: 63, 98 and DC. RGB value is (99,152,220). Sum of RGB (Red+Green+Blue) = 99+152+220=471 (62% of max value = 765). Red value is 99 (39.06% from 255 or 21.02% from 471); Green value is 152 (59.77% from 255 or 32.27% from 471); Blue value is 220 (86.33% from 255 or 46.71% from 471); Max value from RGB is 220 - color contains mainly: blue. Hex color #6398DC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6398DC is #9C6723. Grayscale: #8F8F8F. Windows color (decimal): -10250020 or 14456931. OLE color: 14456931.

HSL color Cylindrical-coordinate representation of color #6398DC: hue angle of 213.72º degrees, saturation: 0.63, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #6398DC is Cyan = 0.55, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 99 152 220 -
CMYK 0.55 0.31 0 0.14
HSL 213.72º 0.63% 0.63% -
HSV(B) 213.72º 0.55% 0.86% -
XYZ 29.29 30.28 72.01 -
YUV 143.91 170.94 95.97 -
System Red Green Blue C M Y K H S L
Decimal 99 152 220 0.55 0.31 0 0.14 213.72 0.63 0.63
Hex 63 98 DC 37 1F 0 E D6 3F 3F
Octal 143 230 334 67 37 0 16 326 77 77
Binary 1100011 10011000 11011100 110111 11111 0 1110 11010110 111111 111111

Color Harmonies of #6398DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6398DC

Black with #6398DC

Text Example


Text Example

White with #6398DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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