Html Css Color HEX #6693DF Cornflower Blue

📋 copy color: '#6693DF'

red 102 ◦ green 147 ◦ blue 223

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

Shades of Cornflower Blue #6693DF

Tints of Cornflower Blue #6693DF

RGB

 RED value IS 102 (40.23% from 255) = 21.61%

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

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

R = 21.61%
G = 31.14%
B = 47.25%

CMYK

 C value IS 0.54

 M value IS 0.34

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#6693DF (or 0x6693DF) is known color: Cornflower Blue. HEX triplet: 66, 93 and DF. RGB value is (102,147,223). Sum of RGB (Red+Green+Blue) = 102+147+223=472 (62% of max value = 765). Red value is 102 (40.23% from 255 or 21.61% from 472); Green value is 147 (57.81% from 255 or 31.14% from 472); Blue value is 223 (87.5% from 255 or 47.25% from 472); Max value from RGB is 223 - color contains mainly: blue. Hex color #6693DF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6693DF is #996C20. Grayscale: #8D8D8D. Windows color (decimal): -10054689 or 14652262. OLE color: 14652262.

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

Color convert

RGB 102 147 223 -
CMYK 0.54 0.34 0 0.13
HSL 217.69º 0.65% 0.64% -
HSV(B) 217.69º 0.54% 0.87% -
XYZ 29.23 29.02 73.87 -
YUV 142.21 173.59 99.32 -
System Red Green Blue C M Y K H S L
Decimal 102 147 223 0.54 0.34 0 0.13 217.69 0.65 0.64
Hex 66 93 DF 36 22 0 D DA 41 40
Octal 146 223 337 66 42 0 15 332 101 100
Binary 1100110 10010011 11011111 110110 100010 0 1101 11011010 1000001 1000000

Color Harmonies of #6693DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6693DF

Black with #6693DF

Text Example


Text Example

White with #6693DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(102,147,223); }

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

background-color css

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

 a { background-color: rgb(102,147,223); }

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

border-color css

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

 span { border-color: rgb(102,147,223); }

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