Html Css Color HEX #6695DA Cornflower Blue

📋 copy color: '#6695DA'

red 102 ◦ green 149 ◦ blue 218

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

Shades of Cornflower Blue #6695DA

Tints of Cornflower Blue #6695DA

RGB

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

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

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

R = 21.75%
G = 31.77%
B = 46.48%

CMYK

 C value IS 0.53

 M value IS 0.32

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#6695DA (or 0x6695DA) is known color: Cornflower Blue. HEX triplet: 66, 95 and DA. RGB value is (102,149,218). Sum of RGB (Red+Green+Blue) = 102+149+218=469 (62% of max value = 765). Red value is 102 (40.23% from 255 or 21.75% from 469); Green value is 149 (58.59% from 255 or 31.77% from 469); Blue value is 218 (85.55% from 255 or 46.48% from 469); Max value from RGB is 218 - color contains mainly: blue. Hex color #6695DA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6695DA is #996A25. Grayscale: #8E8E8E. Windows color (decimal): -10054182 or 14325094. OLE color: 14325094.

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

Color convert

RGB 102 149 218 -
CMYK 0.53 0.32 0 0.15
HSL 215.69º 0.61% 0.63% -
HSV(B) 215.69º 0.53% 0.85% -
XYZ 28.88 29.38 70.48 -
YUV 142.81 170.43 98.89 -
System Red Green Blue C M Y K H S L
Decimal 102 149 218 0.53 0.32 0 0.15 215.69 0.61 0.63
Hex 66 95 DA 35 20 0 F D8 3D 3F
Octal 146 225 332 65 40 0 17 330 75 77
Binary 1100110 10010101 11011010 110101 100000 0 1111 11011000 111101 111111

Color Harmonies of #6695DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6695DA

Black with #6695DA

Text Example


Text Example

White with #6695DA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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