Html Css Color HEX #6388DB Cornflower Blue

📋 copy color: '#6388DB'

red 99 ◦ green 136 ◦ blue 219

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

Shades of Cornflower Blue #6388DB

Tints of Cornflower Blue #6388DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 48.24%

R = 21.81%
G = 29.96%
B = 48.24%

CMYK

 C value IS 0.55

 M value IS 0.38

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#6388DB (or 0x6388DB) is known color: Cornflower Blue. HEX triplet: 63, 88 and DB. RGB value is (99,136,219). Sum of RGB (Red+Green+Blue) = 99+136+219=454 (60% of max value = 765). Red value is 99 (39.06% from 255 or 21.81% from 454); Green value is 136 (53.52% from 255 or 29.96% from 454); Blue value is 219 (85.94% from 255 or 48.24% from 454); Max value from RGB is 219 - color contains mainly: blue. Hex color #6388DB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6388DB is #9C7724. Grayscale: #868686. Windows color (decimal): -10254117 or 14387299. OLE color: 14387299.

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

Color convert

RGB 99 136 219 -
CMYK 0.55 0.38 0 0.14
HSL 221.5º 0.63% 0.62% -
HSV(B) 221.5º 0.55% 0.86% -
XYZ 26.74 25.38 70.51 -
YUV 134.4 175.74 102.75 -
System Red Green Blue C M Y K H S L
Decimal 99 136 219 0.55 0.38 0 0.14 221.5 0.63 0.62
Hex 63 88 DB 37 26 0 E DE 3E 3E
Octal 143 210 333 67 46 0 16 336 76 76
Binary 1100011 10001000 11011011 110111 100110 0 1110 11011110 111110 111110

Color Harmonies of #6388DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6388DB

Black with #6388DB

Text Example


Text Example

White with #6388DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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