Html Css Color HEX #6A8AE7 Cornflower Blue

📋 copy color: '#6A8AE7'

red 106 ◦ green 138 ◦ blue 231

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

Shades of Cornflower Blue #6A8AE7

Tints of Cornflower Blue #6A8AE7

RGB

 RED value IS 106 (41.8% from 255) = 22.32%

 GREEN value IS 138 (54.3% from 255) = 29.05%

 BLUE value IS 231 (90.63% from 255) = 48.63%

R = 22.32%
G = 29.05%
B = 48.63%

CMYK

 C value IS 0.54

 M value IS 0.40

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#6A8AE7 (or 0x6A8AE7) is known color: Cornflower Blue. HEX triplet: 6A, 8A and E7. RGB value is (106,138,231). Sum of RGB (Red+Green+Blue) = 106+138+231=475 (62% of max value = 765). Red value is 106 (41.80% from 255 or 22.32% from 475); Green value is 138 (54.30% from 255 or 29.05% from 475); Blue value is 231 (90.62% from 255 or 48.63% from 475); Max value from RGB is 231 - color contains mainly: blue. Hex color #6A8AE7 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6A8AE7 is #957518. Grayscale: #8A8A8A. Windows color (decimal): -9794841 or 15174250. OLE color: 15174250.

HSL color Cylindrical-coordinate representation of color #6A8AE7: hue angle of 224.64º degrees, saturation: 0.72, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #6A8AE7 is Cyan = 0.54, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 106 138 231 -
CMYK 0.54 0.40 0 0.09
HSL 224.64º 0.72% 0.66% -
HSV(B) 224.64º 0.54% 0.91% -
XYZ 29.46 27.01 79.26 -
YUV 139.03 179.9 104.44 -
System Red Green Blue C M Y K H S L
Decimal 106 138 231 0.54 0.40 0 0.09 224.64 0.72 0.66
Hex 6A 8A E7 36 28 0 9 E1 48 42
Octal 152 212 347 66 50 0 11 341 110 102
Binary 1101010 10001010 11100111 110110 101000 0 1001 11100001 1001000 1000010

Color Harmonies of #6A8AE7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6A8AE7

Black with #6A8AE7

Text Example


Text Example

White with #6A8AE7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6A8AE7; }

 p { color: rgb(106,138,231); }

 H1.HeaderClassName
 {
   color: #6A8AE7;
 }
 .AnyTagClassName
 {
   color: #6A8AE7;
 }
</style>

background-color css

<style>
 a { background-color: #6A8AE7; }

 a { background-color: rgb(106,138,231); }

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

border-color css

<style>
 span { border-color: #6A8AE7; }

 span { border-color: rgb(106,138,231); }

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