Html Css Color HEX #6695DF Cornflower Blue

📋 copy color: '#6695DF'

red 102 ◦ green 149 ◦ blue 223

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

Shades of Cornflower Blue #6695DF

Tints of Cornflower Blue #6695DF

RGB

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

 GREEN value IS 149 (58.59% from 255) = 31.43%

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

R = 21.52%
G = 31.43%
B = 47.05%

CMYK

 C value IS 0.54

 M value IS 0.33

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#6695DF (or 0x6695DF) is known color: Cornflower Blue. HEX triplet: 66, 95 and DF. RGB value is (102,149,223). Sum of RGB (Red+Green+Blue) = 102+149+223=474 (62% of max value = 765). Red value is 102 (40.23% from 255 or 21.52% from 474); Green value is 149 (58.59% from 255 or 31.43% from 474); Blue value is 223 (87.5% from 255 or 47.05% from 474); Max value from RGB is 223 - color contains mainly: blue. Hex color #6695DF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6695DF is #996A20. Grayscale: #8F8F8F. Windows color (decimal): -10054177 or 14652774. OLE color: 14652774.

HSL color Cylindrical-coordinate representation of color #6695DF: hue angle of 216.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 #6695DF is Cyan = 0.54, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 102 149 223 -
CMYK 0.54 0.33 0 0.13
HSL 216.69º 0.65% 0.64% -
HSV(B) 216.69º 0.54% 0.87% -
XYZ 29.55 29.65 73.98 -
YUV 143.38 172.93 98.48 -
System Red Green Blue C M Y K H S L
Decimal 102 149 223 0.54 0.33 0 0.13 216.69 0.65 0.64
Hex 66 95 DF 36 21 0 D D9 41 40
Octal 146 225 337 66 41 0 15 331 101 100
Binary 1100110 10010101 11011111 110110 100001 0 1101 11011001 1000001 1000000

Color Harmonies of #6695DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6695DF

Black with #6695DF

Text Example


Text Example

White with #6695DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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