Html Css Color HEX #6BA3EA Cornflower Blue

📋 copy color: '#6BA3EA'

red 107 ◦ green 163 ◦ blue 234

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

Shades of Cornflower Blue #6BA3EA

Tints of Cornflower Blue #6BA3EA

RGB

 RED value IS 107 (42.19% from 255) = 21.23%

 GREEN value IS 163 (64.06% from 255) = 32.34%

 BLUE value IS 234 (91.8% from 255) = 46.43%

R = 21.23%
G = 32.34%
B = 46.43%

CMYK

 C value IS 0.54

 M value IS 0.30

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#6BA3EA (or 0x6BA3EA) is known color: Cornflower Blue. HEX triplet: 6B, A3 and EA. RGB value is (107,163,234). Sum of RGB (Red+Green+Blue) = 107+163+234=504 (66% of max value = 765). Red value is 107 (42.19% from 255 or 21.23% from 504); Green value is 163 (64.06% from 255 or 32.34% from 504); Blue value is 234 (91.80% from 255 or 46.43% from 504); Max value from RGB is 234 - color contains mainly: blue. Hex color #6BA3EA is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6BA3EA is #945C15. Grayscale: #9A9A9A. Windows color (decimal): -9722902 or 15377259. OLE color: 15377259.

HSL color Cylindrical-coordinate representation of color #6BA3EA: hue angle of 213.54º degrees, saturation: 0.75, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #6BA3EA is Cyan = 0.54, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 107 163 234 -
CMYK 0.54 0.30 0 0.08
HSL 213.54º 0.75% 0.67% -
HSV(B) 213.54º 0.54% 0.92% -
XYZ 34.01 35.26 82.86 -
YUV 154.35 172.95 94.23 -
System Red Green Blue C M Y K H S L
Decimal 107 163 234 0.54 0.30 0 0.08 213.54 0.75 0.67
Hex 6B A3 EA 36 1E 0 8 D6 4B 43
Octal 153 243 352 66 36 0 10 326 113 103
Binary 1101011 10100011 11101010 110110 11110 0 1000 11010110 1001011 1000011

Color Harmonies of #6BA3EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6BA3EA

Black with #6BA3EA

Text Example


Text Example

White with #6BA3EA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(107,163,234); }

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

background-color css

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

 a { background-color: rgb(107,163,234); }

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

border-color css

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

 span { border-color: rgb(107,163,234); }

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