Html Css Color HEX #6994DF Cornflower Blue

📋 copy color: '#6994DF'

red 105 ◦ green 148 ◦ blue 223

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

Shades of Cornflower Blue #6994DF

Tints of Cornflower Blue #6994DF

RGB

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

 GREEN value IS 148 (58.2% from 255) = 31.09%

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

R = 22.06%
G = 31.09%
B = 46.85%

CMYK

 C value IS 0.53

 M value IS 0.34

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#6994DF (or 0x6994DF) is known color: Cornflower Blue. HEX triplet: 69, 94 and DF. RGB value is (105,148,223). Sum of RGB (Red+Green+Blue) = 105+148+223=476 (63% of max value = 765). Red value is 105 (41.41% from 255 or 22.06% from 476); Green value is 148 (58.20% from 255 or 31.09% from 476); Blue value is 223 (87.5% from 255 or 46.85% from 476); Max value from RGB is 223 - color contains mainly: blue. Hex color #6994DF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6994DF is #966B20. Grayscale: #8F8F8F. Windows color (decimal): -9857825 or 14652521. OLE color: 14652521.

HSL color Cylindrical-coordinate representation of color #6994DF: hue angle of 218.14º degrees, saturation: 0.65, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #6994DF is Cyan = 0.53, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 105 148 223 -
CMYK 0.53 0.34 0 0.13
HSL 218.14º 0.65% 0.64% -
HSV(B) 218.14º 0.53% 0.87% -
XYZ 29.73 29.51 73.94 -
YUV 143.69 172.75 100.4 -
System Red Green Blue C M Y K H S L
Decimal 105 148 223 0.53 0.34 0 0.13 218.14 0.65 0.64
Hex 69 94 DF 35 22 0 D DA 41 40
Octal 151 224 337 65 42 0 15 332 101 100
Binary 1101001 10010100 11011111 110101 100010 0 1101 11011010 1000001 1000000

Color Harmonies of #6994DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6994DF

Black with #6994DF

Text Example


Text Example

White with #6994DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(105,148,223); }

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

background-color css

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

 a { background-color: rgb(105,148,223); }

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

border-color css

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

 span { border-color: rgb(105,148,223); }

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