Html Css Color HEX #6388DA Cornflower Blue

📋 copy color: '#6388DA'

red 99 ◦ green 136 ◦ blue 218

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

Shades of Cornflower Blue #6388DA

Tints of Cornflower Blue #6388DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 48.12%

R = 21.85%
G = 30.02%
B = 48.12%

CMYK

 C value IS 0.55

 M value IS 0.38

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#6388DA (or 0x6388DA) is known color: Cornflower Blue. HEX triplet: 63, 88 and DA. RGB value is (99,136,218). Sum of RGB (Red+Green+Blue) = 99+136+218=453 (60% of max value = 765). Red value is 99 (39.06% from 255 or 21.85% from 453); Green value is 136 (53.52% from 255 or 30.02% from 453); Blue value is 218 (85.55% from 255 or 48.12% from 453); Max value from RGB is 218 - color contains mainly: blue. Hex color #6388DA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6388DA is #9C7725. Grayscale: #858585. Windows color (decimal): -10254118 or 14321763. OLE color: 14321763.

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

Color convert

RGB 99 136 218 -
CMYK 0.55 0.38 0 0.15
HSL 221.34º 0.62% 0.62% -
HSV(B) 221.34º 0.55% 0.85% -
XYZ 26.6 25.32 69.82 -
YUV 134.29 175.24 102.83 -
System Red Green Blue C M Y K H S L
Decimal 99 136 218 0.55 0.38 0 0.15 221.34 0.62 0.62
Hex 63 88 DA 37 26 0 F DD 3E 3E
Octal 143 210 332 67 46 0 17 335 76 76
Binary 1100011 10001000 11011010 110111 100110 0 1111 11011101 111110 111110

Color Harmonies of #6388DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6388DA

Black with #6388DA

Text Example


Text Example

White with #6388DA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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