Html Css Color HEX #6BA3EE Cornflower Blue

📋 copy color: '#6BA3EE'

red 107 ◦ green 163 ◦ blue 238

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

Shades of Cornflower Blue #6BA3EE

Tints of Cornflower Blue #6BA3EE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 46.85%

R = 21.06%
G = 32.09%
B = 46.85%

CMYK

 C value IS 0.55

 M value IS 0.32

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#6BA3EE (or 0x6BA3EE) is known color: Cornflower Blue. HEX triplet: 6B, A3 and EE. RGB value is (107,163,238). Sum of RGB (Red+Green+Blue) = 107+163+238=508 (67% of max value = 765). Red value is 107 (42.19% from 255 or 21.06% from 508); Green value is 163 (64.06% from 255 or 32.09% from 508); Blue value is 238 (93.36% from 255 or 46.85% from 508); Max value from RGB is 238 - color contains mainly: blue. Hex color #6BA3EE is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6BA3EE is #945C11. Grayscale: #9A9A9A. Windows color (decimal): -9722898 or 15639403. OLE color: 15639403.

HSL color Cylindrical-coordinate representation of color #6BA3EE: hue angle of 214.35º degrees, saturation: 0.79, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #6BA3EE is Cyan = 0.55, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 107 163 238 -
CMYK 0.55 0.32 0 0.07
HSL 214.35º 0.79% 0.68% -
HSV(B) 214.35º 0.55% 0.93% -
XYZ 34.59 35.49 85.92 -
YUV 154.81 174.95 93.9 -
System Red Green Blue C M Y K H S L
Decimal 107 163 238 0.55 0.32 0 0.07 214.35 0.79 0.68
Hex 6B A3 EE 37 20 0 7 D6 4F 44
Octal 153 243 356 67 40 0 7 326 117 104
Binary 1101011 10100011 11101110 110111 100000 0 111 11010110 1001111 1000100

Color Harmonies of #6BA3EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6BA3EE

Black with #6BA3EE

Text Example


Text Example

White with #6BA3EE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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