Html Css Color HEX #6889FA Cornflower Blue

📋 copy color: '#6889FA'

red 104 ◦ green 137 ◦ blue 250

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

Shades of Cornflower Blue #6889FA

Tints of Cornflower Blue #6889FA

RGB

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

 GREEN value IS 137 (53.91% from 255) = 27.9%

 BLUE value IS 250 (98.05% from 255) = 50.92%

R = 21.18%
G = 27.9%
B = 50.92%

CMYK

 C value IS 0.58

 M value IS 0.45

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#6889FA (or 0x6889FA) is known color: Cornflower Blue. HEX triplet: 68, 89 and FA. RGB value is (104,137,250). Sum of RGB (Red+Green+Blue) = 104+137+250=491 (65% of max value = 765). Red value is 104 (41.02% from 255 or 21.18% from 491); Green value is 137 (53.91% from 255 or 27.90% from 491); Blue value is 250 (98.05% from 255 or 50.92% from 491); Max value from RGB is 250 - color contains mainly: blue. Hex color #6889FA is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6889FA is #977605. Grayscale: #8B8B8B. Windows color (decimal): -9926150 or 16419176. OLE color: 16419176.

HSL color Cylindrical-coordinate representation of color #6889FA: hue angle of 226.44º degrees, saturation: 0.94, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #6889FA is Cyan = 0.58, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 104 137 250 -
CMYK 0.58 0.45 0 0.02
HSL 226.44º 0.94% 0.69% -
HSV(B) 226.44º 0.58% 0.98% -
XYZ 31.91 27.74 94.11 -
YUV 140.02 190.07 102.31 -
System Red Green Blue C M Y K H S L
Decimal 104 137 250 0.58 0.45 0 0.02 226.44 0.94 0.69
Hex 68 89 FA 3A 2D 0 2 E2 5E 45
Octal 150 211 372 72 55 0 2 342 136 105
Binary 1101000 10001001 11111010 111010 101101 0 10 11100010 1011110 1000101

Color Harmonies of #6889FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6889FA

Black with #6889FA

Text Example


Text Example

White with #6889FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6889FA; }

 p { color: rgb(104,137,250); }

 H1.HeaderClassName
 {
   color: #6889FA;
 }
 .AnyTagClassName
 {
   color: #6889FA;
 }
</style>

background-color css

<style>
 a { background-color: #6889FA; }

 a { background-color: rgb(104,137,250); }

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

border-color css

<style>
 span { border-color: #6889FA; }

 span { border-color: rgb(104,137,250); }

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