Html Css Color HEX #6388DF Cornflower Blue

📋 copy color: '#6388DF'

red 99 ◦ green 136 ◦ blue 223

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

Shades of Cornflower Blue #6388DF

Tints of Cornflower Blue #6388DF

RGB

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

 GREEN value IS 136 (53.52% from 255) = 29.69%

 BLUE value IS 223 (87.5% from 255) = 48.69%

R = 21.62%
G = 29.69%
B = 48.69%

CMYK

 C value IS 0.56

 M value IS 0.39

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#6388DF (or 0x6388DF) is known color: Cornflower Blue. HEX triplet: 63, 88 and DF. RGB value is (99,136,223). Sum of RGB (Red+Green+Blue) = 99+136+223=458 (60% of max value = 765). Red value is 99 (39.06% from 255 or 21.62% from 458); Green value is 136 (53.52% from 255 or 29.69% from 458); Blue value is 223 (87.5% from 255 or 48.69% from 458); Max value from RGB is 223 - color contains mainly: blue. Hex color #6388DF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6388DF is #9C7720. Grayscale: #868686. Windows color (decimal): -10254113 or 14649443. OLE color: 14649443.

HSL color Cylindrical-coordinate representation of color #6388DF: hue angle of 222.1º degrees, saturation: 0.66, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #6388DF is Cyan = 0.56, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 99 136 223 -
CMYK 0.56 0.39 0 0.13
HSL 222.1º 0.66% 0.63% -
HSV(B) 222.1º 0.56% 0.87% -
XYZ 27.27 25.59 73.31 -
YUV 134.86 177.74 102.43 -
System Red Green Blue C M Y K H S L
Decimal 99 136 223 0.56 0.39 0 0.13 222.1 0.66 0.63
Hex 63 88 DF 38 27 0 D DE 42 3F
Octal 143 210 337 70 47 0 15 336 102 77
Binary 1100011 10001000 11011111 111000 100111 0 1101 11011110 1000010 111111

Color Harmonies of #6388DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6388DF

Black with #6388DF

Text Example


Text Example

White with #6388DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6388DF; }

 p { color: rgb(99,136,223); }

 H1.HeaderClassName
 {
   color: #6388DF;
 }
 .AnyTagClassName
 {
   color: #6388DF;
 }
</style>

background-color css

<style>
 a { background-color: #6388DF; }

 a { background-color: rgb(99,136,223); }

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

border-color css

<style>
 span { border-color: #6388DF; }

 span { border-color: rgb(99,136,223); }

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