Html Css Color HEX #6895DA Cornflower Blue

📋 copy color: '#6895DA'

red 104 ◦ green 149 ◦ blue 218

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

Shades of Cornflower Blue #6895DA

Tints of Cornflower Blue #6895DA

RGB

 RED value IS 104 (41.02% from 255) = 22.08%

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

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

R = 22.08%
G = 31.63%
B = 46.28%

CMYK

 C value IS 0.52

 M value IS 0.32

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#6895DA (or 0x6895DA) is known color: Cornflower Blue. HEX triplet: 68, 95 and DA. RGB value is (104,149,218). Sum of RGB (Red+Green+Blue) = 104+149+218=471 (62% of max value = 765). Red value is 104 (41.02% from 255 or 22.08% from 471); Green value is 149 (58.59% from 255 or 31.63% from 471); Blue value is 218 (85.55% from 255 or 46.28% from 471); Max value from RGB is 218 - color contains mainly: blue. Hex color #6895DA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6895DA is #976A25. Grayscale: #8F8F8F. Windows color (decimal): -9923110 or 14325096. OLE color: 14325096.

HSL color Cylindrical-coordinate representation of color #6895DA: hue angle of 216.32º degrees, saturation: 0.61, 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 #6895DA is Cyan = 0.52, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 104 149 218 -
CMYK 0.52 0.32 0 0.15
HSL 216.32º 0.61% 0.63% -
HSV(B) 216.32º 0.52% 0.85% -
XYZ 29.11 29.5 70.49 -
YUV 143.41 170.09 99.89 -
System Red Green Blue C M Y K H S L
Decimal 104 149 218 0.52 0.32 0 0.15 216.32 0.61 0.63
Hex 68 95 DA 34 20 0 F D8 3D 3F
Octal 150 225 332 64 40 0 17 330 75 77
Binary 1101000 10010101 11011010 110100 100000 0 1111 11011000 111101 111111

Color Harmonies of #6895DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6895DA

Black with #6895DA

Text Example


Text Example

White with #6895DA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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