Html Css Color HEX #6892DD Cornflower Blue

📋 copy color: '#6892DD'

red 104 ◦ green 146 ◦ blue 221

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

Shades of Cornflower Blue #6892DD

Tints of Cornflower Blue #6892DD

RGB

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

 GREEN value IS 146 (57.42% from 255) = 31%

 BLUE value IS 221 (86.72% from 255) = 46.92%

R = 22.08%
G = 31%
B = 46.92%

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

#6892DD (or 0x6892DD) is known color: Cornflower Blue. HEX triplet: 68, 92 and DD. RGB value is (104,146,221). Sum of RGB (Red+Green+Blue) = 104+146+221=471 (62% of max value = 765). Red value is 104 (41.02% from 255 or 22.08% from 471); Green value is 146 (57.42% from 255 or 31.00% from 471); Blue value is 221 (86.72% from 255 or 46.92% from 471); Max value from RGB is 221 - color contains mainly: blue. Hex color #6892DD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6892DD is #976D22. Grayscale: #8D8D8D. Windows color (decimal): -9923875 or 14520936. OLE color: 14520936.

HSL color Cylindrical-coordinate representation of color #6892DD: hue angle of 218.46º degrees, saturation: 0.63, 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 #6892DD is Cyan = 0.53, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 104 146 221 -
CMYK 0.53 0.34 0 0.13
HSL 218.46º 0.63% 0.64% -
HSV(B) 218.46º 0.53% 0.87% -
XYZ 29.04 28.72 72.42 -
YUV 141.99 172.59 100.9 -
System Red Green Blue C M Y K H S L
Decimal 104 146 221 0.53 0.34 0 0.13 218.46 0.63 0.64
Hex 68 92 DD 35 22 0 D DA 3F 40
Octal 150 222 335 65 42 0 15 332 77 100
Binary 1101000 10010010 11011101 110101 100010 0 1101 11011010 111111 1000000

Color Harmonies of #6892DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6892DD

Black with #6892DD

Text Example


Text Example

White with #6892DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6892DD; }

 p { color: rgb(104,146,221); }

 H1.HeaderClassName
 {
   color: #6892DD;
 }
 .AnyTagClassName
 {
   color: #6892DD;
 }
</style>

background-color css

<style>
 a { background-color: #6892DD; }

 a { background-color: rgb(104,146,221); }

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

border-color css

<style>
 span { border-color: #6892DD; }

 span { border-color: rgb(104,146,221); }

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