Html Css Color HEX #6BA0EF Cornflower Blue

📋 copy color: '#6BA0EF'

red 107 ◦ green 160 ◦ blue 239

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

Shades of Cornflower Blue #6BA0EF

Tints of Cornflower Blue #6BA0EF

RGB

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

 GREEN value IS 160 (62.89% from 255) = 31.62%

 BLUE value IS 239 (93.75% from 255) = 47.23%

R = 21.15%
G = 31.62%
B = 47.23%

CMYK

 C value IS 0.55

 M value IS 0.33

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#6BA0EF (or 0x6BA0EF) is known color: Cornflower Blue. HEX triplet: 6B, A0 and EF. RGB value is (107,160,239). Sum of RGB (Red+Green+Blue) = 107+160+239=506 (67% of max value = 765). Red value is 107 (42.19% from 255 or 21.15% from 506); Green value is 160 (62.89% from 255 or 31.62% from 506); Blue value is 239 (93.75% from 255 or 47.23% from 506); Max value from RGB is 239 - color contains mainly: blue. Hex color #6BA0EF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6BA0EF is #945F10. Grayscale: #989898. Windows color (decimal): -9723665 or 15704171. OLE color: 15704171.

HSL color Cylindrical-coordinate representation of color #6BA0EF: hue angle of 215.91º degrees, saturation: 0.8, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #6BA0EF is Cyan = 0.55, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 107 160 239 -
CMYK 0.55 0.33 0 0.06
HSL 215.91º 0.8% 0.68% -
HSV(B) 215.91º 0.55% 0.94% -
XYZ 34.21 34.5 86.52 -
YUV 153.16 176.44 95.08 -
System Red Green Blue C M Y K H S L
Decimal 107 160 239 0.55 0.33 0 0.06 215.91 0.8 0.68
Hex 6B A0 EF 37 21 0 6 D8 50 44
Octal 153 240 357 67 41 0 6 330 120 104
Binary 1101011 10100000 11101111 110111 100001 0 110 11011000 1010000 1000100

Color Harmonies of #6BA0EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6BA0EF

Black with #6BA0EF

Text Example


Text Example

White with #6BA0EF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(107,160,239); }

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

background-color css

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

 a { background-color: rgb(107,160,239); }

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

border-color css

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

 span { border-color: rgb(107,160,239); }

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