Html Css Color HEX #6BA2EE Cornflower Blue

📋 copy color: '#6BA2EE'

red 107 ◦ green 162 ◦ blue 238

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

Shades of Cornflower Blue #6BA2EE

Tints of Cornflower Blue #6BA2EE

RGB

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

 GREEN value IS 162 (63.67% from 255) = 31.95%

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

R = 21.1%
G = 31.95%
B = 46.94%

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

#6BA2EE (or 0x6BA2EE) is known color: Cornflower Blue. HEX triplet: 6B, A2 and EE. RGB value is (107,162,238). Sum of RGB (Red+Green+Blue) = 107+162+238=507 (67% of max value = 765). Red value is 107 (42.19% from 255 or 21.10% from 507); Green value is 162 (63.67% from 255 or 31.95% from 507); Blue value is 238 (93.36% from 255 or 46.94% from 507); Max value from RGB is 238 - color contains mainly: blue. Hex color #6BA2EE is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6BA2EE is #945D11. Grayscale: #999999. Windows color (decimal): -9723154 or 15639147. OLE color: 15639147.

HSL color Cylindrical-coordinate representation of color #6BA2EE: hue angle of 214.81º 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 #6BA2EE is Cyan = 0.55, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 107 162 238 -
CMYK 0.55 0.32 0 0.07
HSL 214.81º 0.79% 0.68% -
HSV(B) 214.81º 0.55% 0.93% -
XYZ 34.42 35.14 85.86 -
YUV 154.22 175.28 94.32 -
System Red Green Blue C M Y K H S L
Decimal 107 162 238 0.55 0.32 0 0.07 214.81 0.79 0.68
Hex 6B A2 EE 37 20 0 7 D7 4F 44
Octal 153 242 356 67 40 0 7 327 117 104
Binary 1101011 10100010 11101110 110111 100000 0 111 11010111 1001111 1000100

Color Harmonies of #6BA2EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6BA2EE

Black with #6BA2EE

Text Example


Text Example

White with #6BA2EE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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