Html Css Color HEX #6993DA Cornflower Blue

📋 copy color: '#6993DA'

red 105 ◦ green 147 ◦ blue 218

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

Shades of Cornflower Blue #6993DA

Tints of Cornflower Blue #6993DA

RGB

 RED value IS 105 (41.41% from 255) = 22.34%

 GREEN value IS 147 (57.81% from 255) = 31.28%

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

R = 22.34%
G = 31.28%
B = 46.38%

CMYK

 C value IS 0.52

 M value IS 0.33

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#6993DA (or 0x6993DA) is known color: Cornflower Blue. HEX triplet: 69, 93 and DA. RGB value is (105,147,218). Sum of RGB (Red+Green+Blue) = 105+147+218=470 (62% of max value = 765). Red value is 105 (41.41% from 255 or 22.34% from 470); Green value is 147 (57.81% from 255 or 31.28% from 470); Blue value is 218 (85.55% from 255 or 46.38% from 470); Max value from RGB is 218 - color contains mainly: blue. Hex color #6993DA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6993DA is #966C25. Grayscale: #8E8E8E. Windows color (decimal): -9858086 or 14324585. OLE color: 14324585.

HSL color Cylindrical-coordinate representation of color #6993DA: hue angle of 217.7º degrees, saturation: 0.6, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #6993DA is Cyan = 0.52, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 105 147 218 -
CMYK 0.52 0.33 0 0.15
HSL 217.7º 0.6% 0.63% -
HSV(B) 217.7º 0.52% 0.85% -
XYZ 28.91 28.93 70.39 -
YUV 142.54 170.59 101.23 -
System Red Green Blue C M Y K H S L
Decimal 105 147 218 0.52 0.33 0 0.15 217.7 0.6 0.63
Hex 69 93 DA 34 21 0 F DA 3C 3F
Octal 151 223 332 64 41 0 17 332 74 77
Binary 1101001 10010011 11011010 110100 100001 0 1111 11011010 111100 111111

Color Harmonies of #6993DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6993DA

Black with #6993DA

Text Example


Text Example

White with #6993DA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(105,147,218); }

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

background-color css

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

 a { background-color: rgb(105,147,218); }

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

border-color css

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

 span { border-color: rgb(105,147,218); }

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